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

PATCH: Fix for formatting irregularity



This patch fixes a formatting irregularity in the zshcompsys manpage.

Michael Hwang



      
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index e4272b6..b2f9e22 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -4303,7 +4303,7 @@ findex(_parameters)
 item(tt(_parameters))(
 This is used to complete the names of shell parameters.
 
-The option `tt(-g var(pattern))' limits the completion to parameters
+The option `tt(-g) var(pattern)' limits the completion to parameters
 whose type matches the var(pattern).  The type of a parameter is that
 shown by `tt(print ${(t))var(param)tt(})', hence judicious use of
 `tt(*)' in var(pattern) is probably necessary.


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