From b432d518e4a2c5dfe3723571c24d69ebdc0b62ba Mon Sep 17 00:00:00 2001 From: Martijn Dekker Date: Fri, 10 Nov 2017 19:01:58 +0000 Subject: 42004: fix parentheses in documentation --- ChangeLog | 4 ++++ Doc/Zsh/builtins.yo | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cf8b0c7e1..affd39e66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-11-11 Peter Stephenson + + * Martijn: 42004: Doc/Zsh/builtins.yo: fix parentheses. + 2017-11-04 Daniel Shahaf * unposted: Completion/Linux/Command/_sshfs: Make the -o option 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. ) -- cgit v1.2.3