mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-10 07:59:52 +02:00
* 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
|