From 055d961f84fcfb430aceb40bdb7932d962b143e9 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 12 Jun 2000 09:27:09 +0000 Subject: 11867: restrict typeset -H application --- Doc/Zsh/builtins.yo | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Doc/Zsh/builtins.yo') 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 -- cgit 1.4.1