diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-02 18:09:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-02 18:09:22 +0000 |
commit | 16403723add1faede31d0347597ad211be443a86 (patch) | |
tree | aeed5fb56cbd37b8e4d4f04870f7cb29a80ecebe | |
parent | f4d210ebe8f91154720964ed52965ffa652d639a (diff) | |
download | coreutils-16403723add1faede31d0347597ad211be443a86.tar.xz |
tweak wording in last change
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 336150ff5..d72114a07 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -560,7 +560,7 @@ that can be used to change how other commands work. For the vast majority of commands, an exit status of zero indicates success, and a value of @samp{1} indicates failure. However, some of the programs documented here do produce -different exit status values and a few associate different +other exit status values and a few associate different meanings with the values @samp{0} and @samp{1}. Here are some of the exceptions: @command{expr}, @command{false}, @command{nohup}, @command{printenv}, |