about summary refs log tree commit diff
path: root/Doc/Zsh/arith.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-06-15 10:02:24 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-06-15 10:02:24 +0000
commitc2c50bd0a0778217d18ebe7ed36bbb88985a9736 (patch)
tree196fbe95de2b8769c7e01140048462713909f3e7 /Doc/Zsh/arith.yo
parent1e77d338fbb95855760b65e06ad69913f7571212 (diff)
downloadzsh-c2c50bd0a0778217d18ebe7ed36bbb88985a9736.tar.gz
zsh-c2c50bd0a0778217d18ebe7ed36bbb88985a9736.tar.xz
zsh-c2c50bd0a0778217d18ebe7ed36bbb88985a9736.zip
23553: bit missed out
Diffstat (limited to 'Doc/Zsh/arith.yo')
-rw-r--r--Doc/Zsh/arith.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/arith.yo b/Doc/Zsh/arith.yo
index f13cad987..98e83c1ae 100644
--- a/Doc/Zsh/arith.yo
+++ b/Doc/Zsh/arith.yo
@@ -22,7 +22,7 @@ matching `tt(RPAR()RPAR())' are treated as a quoted expression and
 arithmetic expansion performed as for an argument of tt(let).  More
 precisely, `tt(LPAR()LPAR())var(...)tt(RPAR()RPAR())' is equivalent to
 `tt(let ")var(...)tt(")'.  The return status is 0 if the arithmetic value
-of the expression is non-zero, and 1 otherwise.
+of the expression is non-zero, 1 if it is zero, and 2 if an error occurred.
 
 For example, the following statement