diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-09 18:16:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-09 18:16:11 +0000 |
commit | edb240b6f7d7b5305a278ff030317ee1a7dc219f (patch) | |
tree | 6c3fd70177405122f3988cc224dc74b7bbfbce09 | |
parent | 67e588d2df5c9d7fa3edbd3d5a8e6d19273b9927 (diff) | |
download | coreutils-edb240b6f7d7b5305a278ff030317ee1a7dc219f.tar.xz |
*** empty log message ***
-rw-r--r-- | doc/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 7ccaba1c3..d005a9368 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,17 @@ +2004-01-09 Jim Meyering <jim@meyering.net> + + * coreutils.texi (yes invocation): Document that a write error + makes `yes' exit unsuccessfully. + (chroot invocation): Enumerate the meaning of exit status values. + (nice invocation): Likewise. + (Exit status) [@macro exitstatus]: New macro. + Use @exitstatus to describe the exit status of most programs. + +2004-01-02 Jim Meyering <jim@meyering.net> + + * coreutils.texi (du invocation): Mention that -H will eventually + mean not --si, but --dereference-args (-D). + 2003-12-20 Jim Meyering <jim@meyering.net> * coreutils.texi (du invocation): Describe new option: -0, --null. |