]> git.ipfire.org Git - thirdparty/coreutils.git/commit
doc: timeout: improve documentation of the exit status
authorBernhard Voelker <mail@bernhard-voelker.de>
Sun, 7 Jun 2020 11:58:14 +0000 (12:58 +0100)
committerBernhard Voelker <mail@bernhard-voelker.de>
Sun, 7 Jun 2020 13:41:48 +0000 (15:41 +0200)
commit189776ff3bf34708fba5ffe32aa8720659bddf04
tree1f428a5e12a6e4d2f992cf785e7a7dbbe880a551
parentb4ab357e42f53411ccc1aac38ee637de140abc0f
doc: timeout: improve documentation of the exit status

* doc/coreutils.texi (timeout invocation): Document that the exit
status is 137 when the KILL signal is used, regardless of whether that
signal is sent to COMMAND or timeout.
* src/timeout.c (usage): Likewise. Also split out and expand
on the possible exit status values to a separate table.

Discussed at https://bugs.gnu.org/41634
doc/coreutils.texi
src/timeout.c