]> git.ipfire.org Git - thirdparty/coreutils.git/commit
doc: timeout --help: mention 0 DURATION disables timeout
authorPádraig Brady <P@draigBrady.com>
Thu, 19 Apr 2018 03:08:12 +0000 (20:08 -0700)
committerPádraig Brady <P@draigBrady.com>
Thu, 19 Apr 2018 03:11:23 +0000 (20:11 -0700)
commit3968f28dfd68406ed9df7e4d80705a10f5128112
treeda885cd8d7c17a3c6f75cb78f029c1781ab1b426
parente6017741e96f6f53174d2bce1a6cbcc9acbc4248
doc: timeout --help: mention 0 DURATION disables timeout

* src/timeout.c (usage): Mention that a duration of 0 disables
the associated timeout, which is both concise info and useful
functionality as timeouts are frequently configured.
src/timeout.c