From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22262 invoked from network); 2 Sep 2005 11:36:40 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 2 Sep 2005 11:36:40 -0000 Received: (qmail 85119 invoked from network); 2 Sep 2005 11:36:34 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 2 Sep 2005 11:36:34 -0000 Received: (qmail 16473 invoked by alias); 2 Sep 2005 11:36:28 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21695 Received: (qmail 16464 invoked from network); 2 Sep 2005 11:36:27 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 2 Sep 2005 11:36:27 -0000 Received: (qmail 84444 invoked from network); 2 Sep 2005 11:36:27 -0000 Received: from mailhost1.csr.com (HELO MAILSWEEPER01.csr.com) (81.105.217.43) by a.mx.sunsite.dk with SMTP; 2 Sep 2005 11:36:21 -0000 Received: from exchange03.csr.com (unverified [10.100.137.60]) by MAILSWEEPER01.csr.com (Content Technologies SMTPRS 4.3.12) with ESMTP id for ; Fri, 2 Sep 2005 12:34:05 +0100 Received: from news01 ([10.103.143.38]) by exchange03.csr.com with Microsoft SMTPSVC (5.0.2195.6713); Fri, 2 Sep 2005 12:37:07 +0100 Date: Fri, 2 Sep 2005 12:36:19 +0100 From: Peter Stephenson To: zsh-workers@sunsite.dk Subject: Re: Typo in zshexpn man page Message-Id: <20050902123619.3d7f9f60.pws@csr.com> In-Reply-To: <20050902112735.GH2273@dixsept.loria.fr> References: <20050902112735.GH2273@dixsept.loria.fr> Organization: Cambridge Silicon Radio X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 02 Sep 2005 11:37:07.0382 (UTC) FILETIME=[A5FD7D60:01C5AFB2] X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 Vincent Lefevre wrote: > The zshexpn(1) man page says: > > uid files owned by user ID id if it is a number, if not, > than the character after the `u' will be used as a > ^^^^ > > should be "then". The entry is a little breathy, so I've rewritten it. Index: Doc/Zsh/expn.yo =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Zsh/expn.yo,v retrieving revision 1.54 diff -u -r1.54 expn.yo --- Doc/Zsh/expn.yo 9 May 2005 10:46:15 -0000 1.54 +++ Doc/Zsh/expn.yo 2 Sep 2005 11:34:01 -0000 @@ -1864,14 +1864,15 @@ files owned by the effective group ID ) item(tt(u)var(id))( -files owned by user ID var(id) if it is a number, if not, than the -character after the `tt(u)' will be used as a separator and the string -between it and the next matching separator -(`tt([)', `tt({)', and `tt(<)' -match `tt(])', `tt(})', and `tt(>)' respectively, -any other character matches -itself) will be taken as a user name, and the user ID of this user will -be taken (e.g. `tt(u:foo:)' or `tt(u[foo])' for user `tt(foo)') +files owned by user ID var(id) if that is a number. Otherwise, +var(id) specifies a user name: the +character after the `tt(u)' will be taken as a separator and the string +between it and the next matching separator will be taken as a user name. +The starting separators `tt([)', `tt({)', and `tt(<)' +match the final separators `tt(])', `tt(})', and `tt(>)', respectively; +any other character matches itself. The selected files are those +owned by this user. For example, `tt(u:foo:)' or `tt(u[foo])' selects +files owned by user `tt(foo)'. ) item(tt(g)var(id))( like tt(u)var(id) but with group IDs or names -- Peter Stephenson Software Engineer CSR PLC, Churchill House, Cambridge Business Park, Cowley Road Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070 ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. **********************************************************************