about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-04-21 09:01:37 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-04-21 09:01:38 +0000
commitaf619f41bc5caec2fd016007262c1b1cb31a3cbf (patch)
treea06382a91cd3ac5237078ae28f140b8fbe783db4 /README
parent013c87e3f32f71fc6aa47186e41f0bb51f44af9a (diff)
downloadzsh-af619f41bc5caec2fd016007262c1b1cb31a3cbf.tar.gz
zsh-af619f41bc5caec2fd016007262c1b1cb31a3cbf.tar.xz
zsh-af619f41bc5caec2fd016007262c1b1cb31a3cbf.zip
unposted: README: Give the 'zsystem flock' limit in pretty-printed form as well.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 31ee80d4a..b87f660bf 100644
--- a/README
+++ b/README
@@ -62,7 +62,7 @@ an end-of-options guard (same as "ls --").
 The sh-compatible function definition syntax, "f() { ... }", is unchanged.
 
 The time-out (-t) value given to zsh/system's `zsystem flock` command is
-now limited to 2^30-1 seconds.
+now limited to 2^30-1 seconds (= a little over 34 years).
 
 Incompatibilities between 5.7.1 and 5.8
 ---------------------------------------