summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorWieland Hoffmann <themineo@gmail.com>2014-10-09 20:38:13 +0200
committerPádraig Brady <P@draigBrady.com>2014-10-09 19:44:48 +0100
commitcb4fc9356f9167f1f92d42a7550c5f5f170179c3 (patch)
tree3ffff596f8d24682a35eb092657f88fa03f9bd03 /man
parent16c7267d7425fe59b6919e77fa572d104d72c2bf (diff)
downloadcoreutils-cb4fc9356f9167f1f92d42a7550c5f5f170179c3.tar.xz
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).
Diffstat (limited to 'man')
-rw-r--r--man/timeout.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/timeout.x b/man/timeout.x
index 41b429547..cefa1228e 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.