summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-06-15 09:21:40 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-06-15 09:21:40 +0000
commitf3e92a52d90f97ee7ffa89cb99f6fb4859f9be23 (patch)
tree7dbeb424b69fb18c5de7a15a21e8597d67e41b6c
parent88301c1c7389fc81683fbdd5168f8db82e46e66b (diff)
downloadzsh-f3e92a52d90f97ee7ffa89cb99f6fb4859f9be23.tar.gz
zsh-f3e92a52d90f97ee7ffa89cb99f6fb4859f9be23.zip
23553: bit missed out
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/builtins.yo3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8799d6ffa..3513b7db2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index cd655c146..ca73499e2 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -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)