about summary refs log tree commit diff
path: root/Doc/Zsh/params.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-05-03 09:20:09 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-05-03 09:20:09 +0000
commitff7644409a4dc761602fcc07c5932bedd67e2bec (patch)
treef296b1b1a8adae9b67860a70d0e0b123bae4c056 /Doc/Zsh/params.yo
parent8ac002dab1d86974c477bd0a899a2a9bbf8b8f72 (diff)
downloadzsh-ff7644409a4dc761602fcc07c5932bedd67e2bec.tar.gz
zsh-ff7644409a4dc761602fcc07c5932bedd67e2bec.tar.xz
zsh-ff7644409a4dc761602fcc07c5932bedd67e2bec.zip
unposted, c.f. 30465: add index entries and cross-references
for match, mbegin, mend, MATCH, MBEGIN, MEND
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r--Doc/Zsh/params.yo16
1 files changed, 16 insertions, 0 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index 61df66779..f6a109007 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -1103,6 +1103,22 @@ whose value is not used by the shell.  The tt(manpath)
 array can be useful, however, since setting it also sets
 tt(MANPATH), and vice versa.
 )
+xitem(tt(match))
+xitem(tt(mbegin))
+item(tt(mend))(
+Arrays set by the shell when the tt(b) globbing flag is used in pattern
+matches.  See the subsection em(Globbing flags) in
+ifzman(the documentation for em(Filename Generation) in zmanref(zshexpn))\
+ifnzman(noderef(Filename Generation)).
+)
+xitem(tt(MATCH))
+xitem(tt(MBEGIN))
+item(tt(MEND))(
+Set by the shell when the tt(m) globbing flag is used in pattern
+matches.  See the subsection em(Globbing flags) in
+ifzman(the documentation for em(Filename Generation) in zmanref(zshexpn))\
+ifnzman(noderef(Filename Generation)).
+)
 vindex(module_path)
 vindex(MODULE_PATH)
 item(tt(module_path) <S> <Z> (tt(MODULE_PATH) <S>))(