From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20453 invoked from network); 1 Feb 2008 19:35:15 -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:35:15 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 50949 invoked from network); 1 Feb 2008 19:34:48 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Feb 2008 19:34:48 -0000 Received: (qmail 5037 invoked by alias); 1 Feb 2008 19:34:32 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24514 Received: (qmail 5010 invoked from network); 1 Feb 2008 19:34:30 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 1 Feb 2008 19:34:30 -0000 Received: from acolyte.scowler.net (acolyte.scowler.net [216.254.112.45]) by bifrost.dotsrc.org (Postfix) with ESMTP id 67FD080482A3 for ; Fri, 1 Feb 2008 20:34:26 +0100 (CET) Received: by acolyte.scowler.net (Postfix, from userid 1000) id 5483E5C1A4; Fri, 1 Feb 2008 14:34:25 -0500 (EST) Date: Fri, 1 Feb 2008 14:34:25 -0500 From: Clint Adams To: zsh-workers@sunsite.dk Cc: "A. Costa" , 463619@bugs.debian.org Subject: Re: Bug#463619: 'man zshmodules' typos: "invervention", "preceeded" and "succesful" Message-ID: <20080201193425.GB24895@scowler.net> Mail-Followup-To: zsh-workers@sunsite.dk, "A. Costa" , 463619@bugs.debian.org References: <20080131222205.f38029f4.agcosta@gis.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080131222205.f38029f4.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:05PM -0500, A. Costa wrote: > Found some typos in '/usr/share/man/man1/zshmodules.1.gz', see attached '.diff'. > > Hope this helps... > --- zshmodules.1 2008-01-29 10:24:59.000000000 -0500 > +++ /tmp/zshmodules.1 2008-01-31 06:22:11.000000000 -0500 > @@ -856,7 +856,7 @@ > key names are the macros defined in the \fBcurses\&.h\fP or \fBncurses\&.h\fP > with the prefix `\fBKEY_\fP\&' removed; see also the description of the > parameter \fBzcurses_keycodes\fP below\&. Other keys cause a value to be > -set in \fIparam\fP as before\&. On a succesful return only one of > +set in \fIparam\fP as before\&. On a successful return only one of > \fIparam\fP or \fIkparam\fP contains a non\-empty string; the other is set > to an empty string\&. > .PP > @@ -1388,7 +1388,7 @@ > Note that it is possible to achieve exactly the same effect as the > \fBzsh/newuser\fP module by adding code to \fB/etc/zshenv\fP\&. The module > exists simply to allow the shell to make arrangements for new users without > -the need for invervention by package maintainers and system administrators\&. > +the need for intervention by package maintainers and system administrators\&. > .PP > The script supplied with the module invokes the shell function > \fBzsh\-newuser\-install\fP\&. This may be invoked directly by the user > @@ -1691,7 +1691,7 @@ > consists of the scheduled time in seconds since the epoch > (see the section `The zsh/datetime Module\&' for facilities for > using this number), followed by a colon, followed by any options > -(which may be empty but will be preceeded by a `\fB\-\fP\&' otherwise), > +(which may be empty but will be preceded by a `\fB\-\fP\&' otherwise), > followed by a colon, followed by the command to be executed\&. > .RS > .PP Index: Doc/Zsh/mod_curses.yo =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Zsh/mod_curses.yo,v retrieving revision 1.22 diff -u -r1.22 mod_curses.yo --- Doc/Zsh/mod_curses.yo 12 Nov 2007 12:16:52 -0000 1.22 +++ Doc/Zsh/mod_curses.yo 1 Feb 2008 19:33:33 -0000 @@ -143,7 +143,7 @@ key names are the macros defined in the tt(curses.h) or tt(ncurses.h) with the prefix `tt(KEY_)' removed; see also the description of the parameter tt(zcurses_keycodes) below. Other keys cause a value to be -set in var(param) as before. On a succesful return only one of +set in var(param) as before. On a successful return only one of var(param) or var(kparam) contains a non-empty string; the other is set to an empty string. Index: Doc/Zsh/mod_newuser.yo =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Zsh/mod_newuser.yo,v retrieving revision 1.3 diff -u -r1.3 mod_newuser.yo --- Doc/Zsh/mod_newuser.yo 21 May 2007 11:32:03 -0000 1.3 +++ Doc/Zsh/mod_newuser.yo 1 Feb 2008 19:33:33 -0000 @@ -36,7 +36,7 @@ Note that it is possible to achieve exactly the same effect as the tt(zsh/newuser) module by adding code to tt(/etc/zshenv). The module exists simply to allow the shell to make arrangements for new users without -the need for invervention by package maintainers and system administrators. +the need for intervention by package maintainers and system administrators. The script supplied with the module invokes the shell function tt(zsh-newuser-install). This may be invoked directly by the user Index: Doc/Zsh/mod_sched.yo =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Zsh/mod_sched.yo,v retrieving revision 1.5 diff -u -r1.5 mod_sched.yo --- Doc/Zsh/mod_sched.yo 14 Jun 2007 13:25:58 -0000 1.5 +++ Doc/Zsh/mod_sched.yo 1 Feb 2008 19:33:33 -0000 @@ -53,7 +53,7 @@ (see ifnzman(The zsh/datetime Module)\ ifzman(the section `The zsh/datetime Module') for facilities for using this number), followed by a colon, followed by any options -(which may be empty but will be preceeded by a `tt(-)' otherwise), +(which may be empty but will be preceded by a `tt(-)' otherwise), followed by a colon, followed by the command to be executed. The tt(sched) builtin should be used for manipulating the events. Note