From 6b87e6fda32ce20feab9b4922c8841d5329c232f Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 9 Jun 2000 15:37:05 +0000 Subject: 11838: typeset -H --- Doc/Zsh/builtins.yo | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Doc') 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 -- cgit 1.4.1