mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
Norbert Koch: 15954: fix variable name inconsistency
This commit is contained in:
parent
2dcb35efe0
commit
99b7512cd9
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2001-10-05 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* 15949: Completion/compinstall: add handling for expand style.
|
* 15949: Completion/compinstall: add handling for expand style.
|
||||||
|
|
|
@ -29,7 +29,7 @@ is equivalent to
|
||||||
|
|
||||||
example(let "val = 2 + 1")
|
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.
|
zero status.
|
||||||
|
|
||||||
cindex(arithmetic base)
|
cindex(arithmetic base)
|
||||||
|
|
Loading…
Reference in a new issue