mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-07 09:21:18 +02:00
unposted: README: Give the 'zsystem flock' limit in pretty-printed form as well.
This commit is contained in:
parent
013c87e3f3
commit
af619f41bc
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2020-04-21 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* unposted: README: Give the 'zsystem flock' limit in
|
||||
pretty-printed form as well.
|
||||
|
||||
2020-04-21 dana <dana@dana.is>
|
||||
|
||||
* github #54: davey hathorn: Completion/Unix/Command/_dig:
|
||||
|
|
2
README
2
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
|
||||
---------------------------------------
|
||||
|
|
Loading…
Reference in a new issue