From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28428 invoked from network); 1 Feb 2008 19:42:34 -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:42:34 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 56462 invoked from network); 1 Feb 2008 19:42:30 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Feb 2008 19:42:30 -0000 Received: (qmail 11272 invoked by alias); 1 Feb 2008 19:42:27 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24517 Received: (qmail 11257 invoked from network); 1 Feb 2008 19:42:26 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 1 Feb 2008 19:42:26 -0000 Received: from acolyte.scowler.net (acolyte.scowler.net [216.254.112.45]) by bifrost.dotsrc.org (Postfix) with ESMTP id 442DE80482A1 for ; Fri, 1 Feb 2008 20:42:22 +0100 (CET) Received: by acolyte.scowler.net (Postfix, from userid 1000) id 0C74A5C1A4; Fri, 1 Feb 2008 14:42:21 -0500 (EST) Date: Fri, 1 Feb 2008 14:42:22 -0500 From: Clint Adams To: zsh-workers@sunsite.dk Cc: "A. Costa" , 463615@bugs.debian.org Subject: Re: Bug#463615: 'man zshbuiltins' typo: "comand" Message-ID: <20080201194222.GE24895@scowler.net> Mail-Followup-To: zsh-workers@sunsite.dk, "A. Costa" , 463615@bugs.debian.org References: <20080131222142.4e0219d1.agcosta@gis.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080131222142.4e0219d1.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:42PM -0500, A. Costa wrote: > Found a typo in '/usr/share/man/man1/zshbuiltins.1.gz', see attached '.diff'. > > Hope this helps... > --- zshbuiltins.1 2008-01-29 10:24:59.000000000 -0500 > +++ /tmp/zshbuiltins.1 2008-01-31 06:05:33.000000000 -0500 > @@ -1451,7 +1451,7 @@ > introduce an attribute turns it off\&. > .PP > If the \fB\-p\fP option is given, parameters and values are printed in the > -form of a typeset comand and an assignment (which will be printed > +form of a typeset command and an assignment (which will be printed > separately for arrays and associative arrays), regardless of other flags > and options\&. Note that the \fB\-h\fP flag on parameters is respected; no > value will be shown for these parameters\&. Index: Doc/Zsh/builtins.yo =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Zsh/builtins.yo,v retrieving revision 1.102 diff -u -r1.102 builtins.yo --- Doc/Zsh/builtins.yo 16 Dec 2007 14:05:15 -0000 1.102 +++ Doc/Zsh/builtins.yo 1 Feb 2008 19:41:49 -0000 @@ -1372,7 +1372,7 @@ introduce an attribute turns it off. If the tt(-p) option is given, parameters and values are printed in the -form of a typeset comand and an assignment (which will be printed +form of a typeset command and an assignment (which will be printed separately for arrays and associative arrays), regardless of other flags and options. Note that the tt(-h) flag on parameters is respected; no value will be shown for these parameters.