From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27187 invoked from network); 1 Feb 2008 19:47:45 -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:47:45 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 61456 invoked from network); 1 Feb 2008 19:47:41 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Feb 2008 19:47:41 -0000 Received: (qmail 15724 invoked by alias); 1 Feb 2008 19:47:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24519 Received: (qmail 15712 invoked from network); 1 Feb 2008 19:47:34 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 1 Feb 2008 19:47:34 -0000 Received: from acolyte.scowler.net (acolyte.scowler.net [216.254.112.45]) by bifrost.dotsrc.org (Postfix) with ESMTP id F263B80482A1 for ; Fri, 1 Feb 2008 20:47:30 +0100 (CET) Received: by acolyte.scowler.net (Postfix, from userid 1000) id 1C5775C1A4; Fri, 1 Feb 2008 14:47:29 -0500 (EST) Date: Fri, 1 Feb 2008 14:47:30 -0500 From: Clint Adams To: zsh-workers@sunsite.dk Cc: "A. Costa" , 463622@bugs.debian.org Subject: Re: Bug#463622: 'man zshtcpsys' typo: "expresions" Message-ID: <20080201194730.GG24895@scowler.net> Mail-Followup-To: zsh-workers@sunsite.dk, "A. Costa" , 463622@bugs.debian.org References: <20080131222218.4d623b0d.agcosta@gis.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080131222218.4d623b0d.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:22:18PM -0500, A. Costa wrote: > Found a typo in '/usr/share/man/man1/zshtcpsys.1.gz', see attached '.diff'. > > Hope this helps... > --- zshtcpsys.1 2008-01-29 10:24:59.000000000 -0500 > +++ /tmp/zshtcpsys.1 2008-01-31 06:25:28.000000000 -0500 > @@ -552,7 +552,7 @@ > .PD > \fB%c\fP > Expands to 1 if the session is the current session, otherwise 0\&. Used > -with ternary expresions such as `\fB%(c\&.\-\&.+)\fP\&' to > +with ternary expressions such as `\fB%(c\&.\-\&.+)\fP\&' to > output `\fB+\fP\&' for the current session and `\fB\-\fP' otherwise\&. > .TP > \fB%f\fP Index: Doc/Zsh/tcpsys.yo =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Zsh/tcpsys.yo,v retrieving revision 1.11 diff -u -r1.11 tcpsys.yo --- Doc/Zsh/tcpsys.yo 1 Dec 2006 10:23:07 -0000 1.11 +++ Doc/Zsh/tcpsys.yo 1 Feb 2008 19:46:46 -0000 @@ -528,7 +528,7 @@ startitem() item(tt(%c))( Expands to 1 if the session is the current session, otherwise 0. Used -with ternary expresions such as `tt(%LPAR()c.-.PLUS()RPAR())' to +with ternary expressions such as `tt(%LPAR()c.-.PLUS()RPAR())' to output `tt(PLUS())' for the current session and `tt(-)' otherwise. ) item(tt(%f))(