summaryrefslogtreecommitdiff
path: root/Doc/Zsh/builtins.yo
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r--Doc/Zsh/builtins.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index a2ddd4495..ea3f3a394 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -1980,14 +1980,14 @@ even inside a function. Note that tt(-m) is ignored if no patterns are
given, so `tt(typeset -m)' displays attributes but `tt(typeset -a +m)'
does not.
)
-item(tt(-p))(
+item(tt(-p) [ var(n) ])(
If the tt(-p) option is given, parameters and values are printed in the
form of a typeset command with an assignment, regardless of other flags
and options. Note that the tt(-H) flag on parameters is respected; no
value will be shown for these parameters.
tt(-p) may be followed by an optional integer argument. Currently
-only the value 1 is supported. In this case arrays and associative
+only the value tt(1)) is supported. In this case arrays and associative
arrays are printed with newlines between indented elements for
readability.
)