diff options
author | Pádraig Brady <P@draigBrady.com> | 2009-09-22 08:35:25 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2009-09-22 12:22:47 +0100 |
commit | fbfca3c6752c3186fb8c2ee960e71a7d9252acf6 (patch) | |
tree | 2c63681ab038e63809938902638a5e7dc9eae97a /doc | |
parent | 7a404d10f5a7b2f2e80b8f10c71aadf0ab46812f (diff) | |
download | coreutils-fbfca3c6752c3186fb8c2ee960e71a7d9252acf6.tar.xz |
doc: stdbuf: mention it can have a non standard exit status
* doc/coreutils.texi (Exit status): Add stdbuf to the list
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 27c58090d..fa0562626 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -745,8 +745,8 @@ However, some of the programs documented here do produce 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{chroot}, @command{env}, @command{expr}, -@command{nice}, @command{nohup}, @command{printenv}, @command{sort}, +@command{chroot}, @command{env}, @command{expr}, @command{nice}, +@command{nohup}, @command{printenv}, @command{sort}, @command{stdbuf}, @command{su}, @command{test}, @command{timeout}, @command{tty}. |