diff options
author | Wieland Hoffmann <themineo@gmail.com> | 2014-10-09 20:38:13 +0200 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2014-10-09 19:44:48 +0100 |
commit | cb4fc9356f9167f1f92d42a7550c5f5f170179c3 (patch) | |
tree | 3ffff596f8d24682a35eb092657f88fa03f9bd03 /man | |
parent | 16c7267d7425fe59b6919e77fa572d104d72c2bf (diff) | |
download | coreutils-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.x | 2 |
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. |