Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] fix formatting typo in zshbuiltins.yo



Attached patch removes an extra closing parenthesis in zshbuiltins.yo
that messes up the formatting of the text following it.

- M.
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index ea3f3a3..6c7ec4b 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.
 )


Messages sorted by: Reverse Date, Date, Thread, Author