diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2007-02-25 23:41:03 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2007-02-25 23:41:03 +0000 |
commit | 3fc59a0f09c9ee9af2ed202c50397784bd16efc1 (patch) | |
tree | 522332966cf75be77e3c025508a7b7145d195506 /Doc | |
parent | d98959ab6729d6c849a00ebcb2d9f72ac9959b28 (diff) | |
download | zsh-3fc59a0f09c9ee9af2ed202c50397784bd16efc1.tar.gz zsh-3fc59a0f09c9ee9af2ed202c50397784bd16efc1.tar.xz zsh-3fc59a0f09c9ee9af2ed202c50397784bd16efc1.zip |
23176: apply the (X) parameter flag to the (#) flag; fix comment typo.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/expn.yo | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index c18a297ad..df95ccef2 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -874,9 +874,10 @@ Similar to tt(w) with the difference that empty words between repeated delimiters are also counted. ) item(tt(X))( -With this flag parsing errors occurring with the tt(Q) and tt(e) flags or the -pattern matching forms such as `tt(${)var(name)tt(#)var(pattern)tt(})' -are reported. Without the flag they are silently ignored. +With this flag, parsing errors occurring with the tt(Q), tt(e) and tt(#) +flags or the pattern matching forms such as +`tt(${)var(name)tt(#)var(pattern)tt(})' are reported. Without the flag, +errors are silently ignored. ) item(tt(z))( Split the result of the expansion into words using shell parsing to |