diff options
author | Martijn Dekker <martijn@inlv.org> | 2017-11-10 19:01:58 +0000 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2017-11-11 12:42:51 +0000 |
commit | b432d518e4a2c5dfe3723571c24d69ebdc0b62ba (patch) | |
tree | 5c970cac097df8928b2e0efdb38e98a1b8d67dfe /Doc | |
parent | 7f619220bf7c85b367f63fa11407da273eb50951 (diff) | |
download | zsh-b432d518e4a2c5dfe3723571c24d69ebdc0b62ba.tar.gz zsh-b432d518e4a2c5dfe3723571c24d69ebdc0b62ba.tar.xz zsh-b432d518e4a2c5dfe3723571c24d69ebdc0b62ba.zip |
42004: fix parentheses in documentation
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/builtins.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index ea3f3a394..6c7ec4b28 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1987,7 +1987,7 @@ 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 tt(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. ) |