From: Paul Eggert Date: Tue, 12 Apr 2005 05:52:37 +0000 (+0000) Subject: Reword usage, man pages to use "user ID" rather than "uid" etc. X-Git-Tag: CPPI-1_12~1005 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7078f2f4bdee7635ace7e8d9761e81c3a4484812;p=thirdparty%2Fcoreutils.git Reword usage, man pages to use "user ID" rather than "uid" etc. --- diff --git a/ChangeLog b/ChangeLog index 0fc87e67bf..b81ec45a06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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