mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-11 18:02:13 +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
|