From: Jim Meyering Date: Thu, 22 Jan 2004 22:13:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3600f610770f1d53254f4baf9a775d141adb1e5;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 43efe6b66c..ec7a9e75e7 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,18 @@ +2004-01-19 Paul Eggert + + * 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 * coreutils.texi (touch invocation): touch -r and -d can now