diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2014-08-04 19:53:54 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2014-08-04 19:53:54 +0100 |
commit | ef3fd473c0a5ab5e5f50c6498498727904aa4373 (patch) | |
tree | 024819f8745426504c438da5691662c2487398ec /Doc/Zsh/expn.yo | |
parent | 6116f1dafa412d6ac6da347719f7ddae57b5e446 (diff) | |
download | zsh-ef3fd473c0a5ab5e5f50c6498498727904aa4373.tar.gz zsh-ef3fd473c0a5ab5e5f50c6498498727904aa4373.tar.xz zsh-ef3fd473c0a5ab5e5f50c6498498727904aa4373.zip |
32954: Missed the doc change.
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r-- | Doc/Zsh/expn.yo | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 8394ffc4f..9bff013f9 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -2338,7 +2338,9 @@ avoided for the sake of clarity. Note that within conditions using the `tt([[)' form the presence of a parenthesised expression tt(LPAR()#q...+RPAR()) at the end of a string indicates that globbing should be performed; the expression may include glob qualifiers, but -it is also valid if it is simply tt(LPAR()#q+RPAR()). +it is also valid if it is simply tt(LPAR()#q+RPAR()). This does +not apply to the right hand side of pattern match operators as the +syntax already has special significance. A qualifier may be any one of the following: |