diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-06-12 09:27:09 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-06-12 09:27:09 +0000 |
commit | 055d961f84fcfb430aceb40bdb7932d962b143e9 (patch) | |
tree | 75ccaf7156e47c96ffe471f7c94054f28bf7a67d /Doc/Zsh | |
parent | 21f6b9d14c100f0887d03422a21c57a0e327fde1 (diff) | |
download | zsh-055d961f84fcfb430aceb40bdb7932d962b143e9.tar.gz zsh-055d961f84fcfb430aceb40bdb7932d962b143e9.tar.xz zsh-055d961f84fcfb430aceb40bdb7932d962b143e9.zip |
11867: restrict typeset -H application
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/builtins.yo | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 7bb4cf8e1..fb97cf56d 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1132,9 +1132,11 @@ item(tt(-H))( Hide value: specifies that tt(typeset) will not display the value of the parameter when listing parameters; the display for such parameters is always as if the `tt(PLUS())' flag had been given. Use of the parameter is -in other respects normal. This is on by default for the parameters in the -tt(zsh/parameter) and tt(zsh/mapfile) modules. Note, however, that unlike -the tt(-h) flag this is also useful for non-special parameters. +in other respects normal, and the option does not apply if the parameter is +specified by name, or by pattern with the tt(-m) option. This is on by +default for the parameters in the tt(zsh/parameter) and tt(zsh/mapfile) +modules. Note, however, that unlike the tt(-h) flag this is also useful +for non-special parameters. ) item(tt(-i))( Use an internal integer representation. If var(n) is nonzero it |