diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-06-09 15:37:05 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-06-09 15:37:05 +0000 |
commit | 6b87e6fda32ce20feab9b4922c8841d5329c232f (patch) | |
tree | 1d72ffeab95f06203b481a96308460eabaeff9a6 /Doc/Zsh/builtins.yo | |
parent | 716f5d4e3940ab5129eda866aa20b8fd2d458999 (diff) | |
download | zsh-6b87e6fda32ce20feab9b4922c8841d5329c232f.tar.gz zsh-6b87e6fda32ce20feab9b4922c8841d5329c232f.tar.xz zsh-6b87e6fda32ce20feab9b4922c8841d5329c232f.zip |
11838: typeset -H
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r-- | Doc/Zsh/builtins.yo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 86128bb8d..7bb4cf8e1 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1128,6 +1128,14 @@ having the tt(-h) attribute. Global special parameters loaded from shell modules (currently those in tt(mapfile) and tt(parameter)) are automatically given the tt(-h) attribute to avoid name clashes. ) +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. +) item(tt(-i))( Use an internal integer representation. If var(n) is nonzero it defines the output arithmetic base, otherwise it is determined by the |