]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Reword usage, man pages to use "user ID" rather than "uid" etc.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Apr 2005 05:52:37 +0000 (05:52 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Apr 2005 05:52:37 +0000 (05:52 +0000)
ChangeLog

index 0fc87e67bf94835c5bcacb28a030ad5dd72eba40..b81ec45a06b49e767fe13f80c2f6d8ed6f8b225c 100644 (file)
--- 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