diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2000-05-05 16:45:03 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2000-05-05 16:45:03 +0000 |
commit | 7c56ccdcbcfe533c5263c2cd3827f67b6bc2ad94 (patch) | |
tree | 288b7c27c65a4225ad9c3a99c1119aaa84d5f406 /Doc/Zsh | |
parent | ea333ddca6184d03be02be1f826f51b9207817e2 (diff) | |
download | zsh-7c56ccdcbcfe533c5263c2cd3827f67b6bc2ad94.tar.gz zsh-7c56ccdcbcfe533c5263c2cd3827f67b6bc2ad94.tar.xz zsh-7c56ccdcbcfe533c5263c2cd3827f67b6bc2ad94.zip |
Small doc fix and AIX dependency fix
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/builtins.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 4db79c860..31e94805b 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1008,7 +1008,7 @@ ifnzman(noderef(Local Parameters))\ retain their special attributes when made local. For each var(name)tt(=)var(value) assignment, the parameter -var(name) set to var(value). Note that arrays currently cannot be +var(name) is set to var(value). Note that arrays currently cannot be assigned in tt(typeset) expressions, only scalars and integers. For each remaining var(name) that refers to a parameter that is set, the |