summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-01-22 22:13:33 +0000
committerJim Meyering <jim@meyering.net>2004-01-22 22:13:33 +0000
commita3600f610770f1d53254f4baf9a775d141adb1e5 (patch)
treeecc83777ed86e7103fa4aab6607a76bd182fe6ff
parent6f8f6eaf4383419c753c85b48e8bb6f2a458177b (diff)
downloadcoreutils-a3600f610770f1d53254f4baf9a775d141adb1e5.tar.xz
*** empty log message ***
-rw-r--r--doc/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 43efe6b66..ec7a9e75e 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,18 @@
+2004-01-19 Paul Eggert <eggert@twinsun.com>
+
+ * coreutils.texi (Exit status): Document that ordinary failure
+ might not exit with status 1 on unusual platforms.
+ Mention chroot, env, nice, and su as having unusual exit
+ status patterns. Don't bother to mention true and false
+ since their exit status patterns are actually normal.
+ (sort invocation, su invocation): Mention its unusual exit
+ status pattern.
+ (chroot invocation): Simplify description of exit status 1.
+ Remove duplicate description of status 127.
+ (env invocation): Use consistent tenses; simplifiy description
+ of status 1.
+ (nice invocation): Likewise.
+
2003-12-15 Paul Eggert <eggert@twinsun.com>
* coreutils.texi (touch invocation): touch -r and -d can now