diff options
author | Peter Stephenson <pws@zsh.org> | 2017-09-15 09:30:09 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2017-09-15 09:30:09 +0100 |
commit | c2d4fa50edf47c87e22189323f01794260f8b0fe (patch) | |
tree | 279d851d1b7be9387ee232fbee6f10d3dc4a70bf /Doc/Zsh/params.yo | |
parent | ab7be4238ca89b5dca482a1c3b3fd013b105750e (diff) | |
download | zsh-c2d4fa50edf47c87e22189323f01794260f8b0fe.tar.gz zsh-c2d4fa50edf47c87e22189323f01794260f8b0fe.tar.xz zsh-c2d4fa50edf47c87e22189323f01794260f8b0fe.zip |
unposted: nodref -> noderef
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r-- | Doc/Zsh/params.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 2534d1c72..37cc25630 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -111,7 +111,7 @@ allowed for single word shell expansions (this does not include filename generation); these are as performed by the parameter expansion flag tt(LPAR()e+RPAR()) as described in ifzman(zmanref(zshparam))\ -ifnzman(nodref(Parameter Expansion)). +ifnzman(noderef(Parameter Expansion)). If no parameter var(name) exists, an ordinary array parameter is created. If the parameter var(name) exists and is a scalar, it is replaced by a new |