mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 04:12:06 +02:00
23553: bit missed out
This commit is contained in:
parent
88301c1c73
commit
f3e92a52d9
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-06-15 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 23553: Doc/Zsh/builtins.yo: was missed out.
|
||||
|
||||
2007-06-14 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* users/11568: Functions/Prompts/.distfiles,
|
||||
|
|
|
@ -708,7 +708,8 @@ See
|
|||
ifzman(the section `Arithmetic Evaluation' in zmanref(zshmisc))\
|
||||
ifnzman(noderef(Arithmetic Evaluation))
|
||||
for a description of arithmetic expressions. The exit status is 0 if the
|
||||
value of the last expression is nonzero, and 1 otherwise.
|
||||
value of the last expression is nonzero, 1 if it is zero, and 2 if
|
||||
an error occurred.
|
||||
)
|
||||
findex(limit)
|
||||
cindex(resource limits)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue