diff options
author | Rodrigo Campos <rodrigo@sdfg.com.ar> | 2012-02-29 11:36:18 -0300 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2012-02-29 15:41:15 +0000 |
commit | 4724cd8fe8c76039ef219f350e29179fa66fd2fc (patch) | |
tree | 499444d1238d50e696e1a1484f42f90368ea2d54 /doc | |
parent | 409a7cc7ea877399d10ff15d875c68bd5edc3288 (diff) | |
download | coreutils-4724cd8fe8c76039ef219f350e29179fa66fd2fc.tar.xz |
doc: timeout: document the exit status when run with "-s KILL"
* src/timeout.c (usage): Document the exit status for this case,
in --help and thus in the man page. Word so that it covers
both the -s9 and -k options.
* doc/coreutils.texi (timeout invocation): Document the exit
status for this case.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 0d252fcda..4a4cadbcb 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -15940,6 +15940,7 @@ Exit status: 125 if @command{timeout} itself fails 126 if @var{command} is found but cannot be invoked 127 if @var{command} cannot be found +137 if @var{command} is sent the KILL(9) signal (128+9) the exit status of @var{command} otherwise @end display |