diff options
author | Roland McGrath <roland@gnu.org> | 2003-10-26 20:01:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-10-26 20:01:27 +0000 |
commit | 84e63d749b3647fedc232377611b144bcd73c093 (patch) | |
tree | cf7b1d4c875ee88b6ae34f3b0c185f3f73eccac8 | |
parent | 2195f36ff2e1f9e2a5ca5dd42ac5da0ddfb48c9d (diff) |
.
-rw-r--r-- | utils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/ChangeLog b/utils/ChangeLog index 55af1648..1f393ad7 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,5 +1,8 @@ 2003-10-26 Roland McGrath <roland@frob.com> + * storeread.c (doc, arg_doc): Make arrays, not pointers; make const. + (doc): Add leading short description line before \v. + * rpctrace.c (docs, args_doc): Make arrays, not pointers. (doc): Remove "\v.". Reported by Alfred M. Szmidt <ams@kemisten.nu>. |