diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Doc/Zsh/arith.yo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index a246cbfdc..6a486a7f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-10-06 Clint Adams <clint@zsh.org> + + * Norbert Koch: 15954: Doc/Zsh/arith.yo: + fix inconsistency of variable name in example. + 2001-10-05 Peter Stephenson <pws@csr.com> * 15949: Completion/compinstall: add handling for expand style. diff --git a/Doc/Zsh/arith.yo b/Doc/Zsh/arith.yo index 2f601057e..3b1c55ce2 100644 --- a/Doc/Zsh/arith.yo +++ b/Doc/Zsh/arith.yo @@ -29,7 +29,7 @@ is equivalent to example(let "val = 2 + 1") -both assigning the value 3 to the shell variable tt(foo) and returning a +both assigning the value 3 to the shell variable tt(var) and returning a zero status. cindex(arithmetic base) |