about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authordana <dana@dana.is>2020-04-20 12:12:12 -0500
committerdana <dana@dana.is>2020-04-20 12:12:12 -0500
commit1cac862b0f621f9567d15a116a86d0e3117d77f8 (patch)
tree6ff2a63932e7cca2bbc9ccdd4c74782db005a800 /Doc
parent25c9b61a6663f90bfb22fa73c1a7aa4fb9dee4ae (diff)
downloadzsh-1cac862b0f621f9567d15a116a86d0e3117d77f8.tar.gz
zsh-1cac862b0f621f9567d15a116a86d0e3117d77f8.tar.xz
zsh-1cac862b0f621f9567d15a116a86d0e3117d77f8.zip
unposted: zsh/system: Adjust documentation from workers/45708
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/mod_system.yo7
1 files changed, 3 insertions, 4 deletions
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;