From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22318 invoked from network); 1 Feb 2008 19:50:51 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 1 Feb 2008 19:50:51 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 63573 invoked from network); 1 Feb 2008 19:50:48 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Feb 2008 19:50:48 -0000 Received: (qmail 18230 invoked by alias); 1 Feb 2008 19:50:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24521 Received: (qmail 18215 invoked from network); 1 Feb 2008 19:50:45 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 1 Feb 2008 19:50:45 -0000 Received: from acolyte.scowler.net (acolyte.scowler.net [216.254.112.45]) by bifrost.dotsrc.org (Postfix) with ESMTP id C705480482A1 for ; Fri, 1 Feb 2008 20:50:41 +0100 (CET) Received: by acolyte.scowler.net (Postfix, from userid 1000) id 126B75C1A4; Fri, 1 Feb 2008 14:50:40 -0500 (EST) Date: Fri, 1 Feb 2008 14:50:41 -0500 From: Clint Adams To: zsh-workers@sunsite.dk Cc: "A. Costa" , 463617@bugs.debian.org Subject: Re: Bug#463617: 'man zshexpn' typos: "desribed" and "qualifer" Message-ID: <20080201195041.GI24895@scowler.net> Mail-Followup-To: zsh-workers@sunsite.dk, "A. Costa" , 463617@bugs.debian.org References: <20080131222154.f117a354.agcosta@gis.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080131222154.f117a354.agcosta@gis.net> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-Virus-Scanned: ClamAV 0.91.2/5642/Fri Feb 1 17:15:15 2008 on bifrost X-Virus-Status: Clean 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.