zsh-workers
 help / color / mirror / code / Atom feed
* Typo in zshexpn man page
@ 2005-09-02 11:27 Vincent Lefevre
  2005-09-02 11:36 ` Peter Stephenson
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Lefevre @ 2005-09-02 11:27 UTC (permalink / raw)
  To: zsh-workers

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".

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Typo in zshexpn man page
  2005-09-02 11:27 Typo in zshexpn man page Vincent Lefevre
@ 2005-09-02 11:36 ` Peter Stephenson
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Stephenson @ 2005-09-02 11:36 UTC (permalink / raw)
  To: zsh-workers

Vincent Lefevre <vincent@vinc17.org> 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 <pws@csr.com>                  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.

**********************************************************************


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-09-02 11:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-02 11:27 Typo in zshexpn man page Vincent Lefevre
2005-09-02 11:36 ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).