From 1cac862b0f621f9567d15a116a86d0e3117d77f8 Mon Sep 17 00:00:00 2001 From: dana Date: Mon, 20 Apr 2020 12:12:12 -0500 Subject: unposted: zsh/system: Adjust documentation from workers/45708 --- Doc/Zsh/mod_system.yo | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Doc') diff --git a/Doc/Zsh/mod_system.yo b/Doc/Zsh/mod_system.yo index 06ea87918..8f525c576 100644 --- a/Doc/Zsh/mod_system.yo +++ b/Doc/Zsh/mod_system.yo @@ -203,10 +203,9 @@ if the tt(-i) var(interval) option is given, otherwise once a second. so that the shell waits only until the var(timeout) and not longer.) If the attempt times out, status 2 is returned. -(Note: var(timeout) must be less than -ifzman(2^30-1)ifnzman(2NOTRANS(@sup{30})-1) seconds (about 34 years), -and var(interval) must be less than 0.999 * LONG_MAX microseconds -(only about 35 minutes on 32-bit systems).) +(Note: var(timeout) is limited to 2^30-1 seconds (about 34 years), and +var(interval) to 0.999 * LONG_MAX microseconds (only about 35 minutes +on 32-bit systems).) If the option tt(-e) is given, the file descriptor for the lock is preserved when the shell uses tt(exec) to start a new process; -- cgit 1.4.1