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

Re: Bug#463620: 'man zshoptions' typo: "wordsplitting"



On Thu, Jan 31, 2008 at 10:22:08PM -0500, A. Costa wrote:
> Found a typo in '/usr/share/man/man1/zshoptions.1.gz', see attached '.diff'.
> 
> Hope this helps...

> --- zshoptions.1	2008-01-29 10:24:59.000000000 -0500
> +++ /tmp/zshoptions.1	2008-01-31 06:23:20.000000000 -0500
> @@ -323,7 +323,7 @@
>  .PP
>  This option respects the setting of the \fBKSH_TYPESET\fP option\&.  In other
>  words, if both options are in effect, arguments looking like
> -assignments will not undergo wordsplitting\&.
> +assignments will not undergo word splitting\&.
>  .RE
>  .TP
>  \fBMARK_DIRS\fP (\fB\-8\fP, ksh: \fB\-X\fP)

Index: Doc/Zsh/options.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/options.yo,v
retrieving revision 1.55
diff -u -r1.55 options.yo
--- Doc/Zsh/options.yo	18 Jun 2007 13:25:04 -0000	1.55
+++ Doc/Zsh/options.yo	1 Feb 2008 19:48:06 -0000
@@ -418,7 +418,7 @@
 
 This option respects the setting of the tt(KSH_TYPESET) option.  In other
 words, if both options are in effect, arguments looking like
-assignments will not undergo wordsplitting.
+assignments will not undergo word splitting.
 )
 pindex(MARK_DIRS)
 cindex(directories, marking)



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