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

Re: Bug#463617: 'man zshexpn' typos: "desribed" and "qualifer"



On Thu, Jan 31, 2008 at 10:21:54PM -0500, A. Costa wrote:
> Found a few typos in '/usr/share/man/man1/zshexpn.1.gz', see attached '.diff'.
> 
> Hope this helps...

> --- zshexpn.1	2008-01-29 10:24:59.000000000 -0500
> +++ /tmp/zshexpn.1	2008-01-31 06:17:56.000000000 -0500
> @@ -274,7 +274,7 @@
>  across all forms of expansion\&.
>  .PP
>  If the option \fBHIST_SUBST_PATTERN\fP is set, \fIl\fP is treated as
> -a pattern of the usual form desribed in
> +a pattern of the usual form described in
>  the section FILENAME GENERATION below\&.  This can be used in
>  all the places where modifiers are available; note, however, that
>  in globbing qualifiers parameter substitution has already taken place,
> @@ -283,7 +283,7 @@
>  Note also that complicated patterns used in globbing qualifiers may
>  need the extended glob qualifier notation
>  \fB(#q:s/\fP\fI\&.\&.\&.\fP\fB/\fP\fI\&.\&.\&.\fP\fB/)\fP in order for the
> -shell to recognize the expression as a glob qualifer\&.  Further,
> +shell to recognize the expression as a glob qualifier\&.  Further,
>  note that bad patterns in the substitution are not subject to
>  the \fBNO_BAD_PATTERN\fP option so will cause an error\&.
>  .PP

Index: Doc/Zsh/expn.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/expn.yo,v
retrieving revision 1.87
diff -u -r1.87 expn.yo
--- Doc/Zsh/expn.yo	16 Dec 2007 19:40:14 -0000	1.87
+++ Doc/Zsh/expn.yo	1 Feb 2008 19:50:01 -0000
@@ -288,7 +288,7 @@
 across all forms of expansion.
 
 If the option tt(HIST_SUBST_PATTERN) is set, var(l) is treated as
-a pattern of the usual form desribed in
+a pattern of the usual form described in
 ifzman(the section FILENAME GENERATION below)\
 ifnzman(noderef(Filename Generation)).  This can be used in
 all the places where modifiers are available; note, however, that
@@ -298,7 +298,7 @@
 Note also that complicated patterns used in globbing qualifiers may
 need the extended glob qualifier notation
 tt(LPAR()#q:s/)var(...)tt(/)var(...)tt(/RPAR()) in order for the
-shell to recognize the expression as a glob qualifer.  Further,
+shell to recognize the expression as a glob qualifier.  Further,
 note that bad patterns in the substitution are not subject to
 the tt(NO_BAD_PATTERN) option so will cause an error.
 



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