mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-01 05:53:32 +08:00
512662fb30
* tests/misc/timeout-parameters: Verify that the timer doesn't fire immediately in the problematic range, and avoid overflow checks in that case. * man/timeout.x: Mention the possible bug. Reported by Bruno Haible
9 lines
189 B
Plaintext
9 lines
189 B
Plaintext
[NAME]
|
|
timeout \- run a command with a time limit
|
|
[DESCRIPTION]
|
|
.\" Add any additional description here
|
|
[SEE ALSO]
|
|
kill(1)
|
|
[BUGS]
|
|
Some platforms don't curently support timeouts beyond 2038
|