diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-12 05:52:37 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-12 05:52:37 +0000 |
commit | 7078f2f4bdee7635ace7e8d9761e81c3a4484812 (patch) | |
tree | 19c9b7da1e5b93a5e79d95bd9b1bb018a615dbd5 /ChangeLog | |
parent | 6fabf88aec6283c9f17279e4273bb607ecc671b8 (diff) | |
download | coreutils-7078f2f4bdee7635ace7e8d9761e81c3a4484812.tar.xz |
Reword usage, man pages to use "user ID" rather than "uid" etc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ * Version 5.3.1. + * man/chown.x: Reword to match user manual. + * man/id.x: Likewise. + * src/setuidgid.c (usage): Use "user ID", not "UID", and similarly + for "group ID". + * src/whoami.c (usage, main): Likewise. + Add bulletproofing for cases where stdin, stdout, or stderr are closed. * src/comm.c: Include stdio-safer.h. (compare_files): Exit right away on I/O error rather than continuing |