diff options
author | Jim Meyering <jim@meyering.net> | 2003-05-10 14:34:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-05-10 14:34:24 +0000 |
commit | 7afaa765d30d8517a2b7e6423423c566ad774a9a (patch) | |
tree | c608e19f86e5d1e7d57df2ebf4eb1adfa1f2062e /ChangeLog | |
parent | 8eb2464d3ef8a04f76a1beae46ab1950b8069b3b (diff) | |
download | coreutils-7afaa765d30d8517a2b7e6423423c566ad774a9a.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,20 +1,20 @@ 2003-05-10 Jim Meyering <jim@meyering.net> * src/uname.c (main): When failing due to too many arguments, also say - that rather than just "Try `uname --help' for more information.". + that, rather than just "Try `uname --help' for more information.". + * src/comm.c (main): Likewise, but for too few arguments. + * src/logname.c: Include error.h. + (main): Say why we're failing * src/uniq.c (main): Don't segfault when argc < optind. * src/who.c (main): Handle argc < optind. - - * src/logname.c (main): Use error, rather than fprintf, for the sake - of consistency. - + * src/install.c (main): Likewise. * src/ln.c (main): Test for `missing argument' before computing n_files. * src/tail.c (main): Test for the case of no arguments before computing n_files. - * src/logname.c: Include error.h. - (main): Say why we're failing + * src/logname.c (main): Use error, rather than fprintf, for the sake + of consistency. * src/rm.c (main): Don't overrun array bound if argc is 0. |