about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-09-02 11:38:42 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-09-02 11:38:42 +0000
commit1eb5efc826408906f57c893471d17aa25af1445c (patch)
tree44ddb6207bea709783c19e9e5194458949497bce /Doc
parentdb0aaf32e0724252688b7e102ee5f7837ccd4546 (diff)
downloadzsh-1eb5efc826408906f57c893471d17aa25af1445c.tar.gz
zsh-1eb5efc826408906f57c893471d17aa25af1445c.tar.xz
zsh-1eb5efc826408906f57c893471d17aa25af1445c.zip
21695: rewrite entry for (u) globbing flag
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/expn.yo17
1 files changed, 9 insertions, 8 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index a6235222f..a75513b25 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1864,14 +1864,15 @@ item(tt(G))(
 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