summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-04-12 05:52:37 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-04-12 05:52:37 +0000
commit7078f2f4bdee7635ace7e8d9761e81c3a4484812 (patch)
tree19c9b7da1e5b93a5e79d95bd9b1bb018a615dbd5
parent6fabf88aec6283c9f17279e4273bb607ecc671b8 (diff)
downloadcoreutils-7078f2f4bdee7635ace7e8d9761e81c3a4484812.tar.xz
Reword usage, man pages to use "user ID" rather than "uid" etc.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fc87e67b..b81ec45a0 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