* man/timeout.x: The 2038 that the sentence is referring to is the year 2038, not 2038 seconds (the default unit used for timeouts). --- man/timeout.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/timeout.x b/man/timeout.x index 41b4295..cefa122 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. -- 2.1.2
