summaryrefslogtreecommitdiff
path: root/Doc/Zsh
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2013-05-30 16:40:06 +0100
committerPeter Stephenson <pws@zsh.org>2013-05-30 16:40:06 +0100
commitaa0875daa1df60fdb0151ddd585e69076d0f3114 (patch)
tree5f6566754bb04647d80ed97332910bd43238fb41 /Doc/Zsh
parent95c044372a4b945761940de64eed87c30f2d555e (diff)
downloadzsh-aa0875daa1df60fdb0151ddd585e69076d0f3114.tar.gz
zsh-aa0875daa1df60fdb0151ddd585e69076d0f3114.zip
31436: document KSH_GLOB doesn't support recursive directories
Diffstat (limited to 'Doc/Zsh')
-rw-r--r--Doc/Zsh/expn.yo6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 89d5c06ef..e8d1ed297 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1957,10 +1957,12 @@ item(tt(@LPAR())...tt(RPAR()))(
Match the pattern in the parentheses. (Like `tt(LPAR())...tt(RPAR())'.)
)
item(tt(*LPAR())...tt(RPAR()))(
-Match any number of occurrences. (Like `tt(LPAR())...tt(RPAR()#)'.)
+Match any number of occurrences. (Like `tt(LPAR())...tt(RPAR()#)',
+except that recursive directory searching is not supported.)
)
item(tt(PLUS()LPAR())...tt(RPAR()))(
-Match at least one occurrence. (Like `tt(LPAR())...tt(RPAR()##)'.)
+Match at least one occurrence. (Like `tt(LPAR())...tt(RPAR()##)',
+except that recursive directory searching is not supported..)
)
item(tt(?LPAR())...tt(RPAR()))(
Match zero or one occurrence. (Like `tt(LPAR()|)...tt(RPAR())'.)