From: Wieland Hoffmann Date: Thu, 9 Oct 2014 18:38:13 +0000 (+0200) Subject: doc: clarify that timeout limits are not 2038 seconds X-Git-Tag: v8.24~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb4fc9356f9167f1f92d42a7550c5f5f170179c3;p=thirdparty%2Fcoreutils.git doc: clarify that timeout limits are not 2038 seconds * man/timeout.x: The 2038 that the sentence is referring to is the year 2038, not 2038 seconds (the default unit used for timeouts). --- diff --git a/man/timeout.x b/man/timeout.x index 41b4295475..cefa1228e1 100644 --- a/man/timeout.x +++ b/man/timeout.x @@ -5,4 +5,4 @@ timeout \- run a command with a time limit [SEE ALSO] kill(1) [BUGS] -Some platforms don't curently support timeouts beyond 2038 +Some platforms don't curently support timeouts beyond the year 2038.