From c2c50bd0a0778217d18ebe7ed36bbb88985a9736 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 15 Jun 2007 10:02:24 +0000 Subject: 23553: bit missed out --- Doc/Zsh/arith.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/Zsh/arith.yo') 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 -- cgit 1.4.1