diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-21 01:38:56 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-21 01:38:56 +0000 |
commit | dc103a97fc15680963b1f4d99c922760f384562e (patch) | |
tree | 2f093c1825606bc0707283cdea95dce7c5b7e8ac /Doc/Zsh | |
parent | 1b60571be1ff3e455e23474809ed3d05ba1bff99 (diff) | |
download | zsh-dc103a97fc15680963b1f4d99c922760f384562e.tar.gz zsh-dc103a97fc15680963b1f4d99c922760f384562e.tar.xz zsh-dc103a97fc15680963b1f4d99c922760f384562e.zip |
zsh-workers/7951
Diffstat (limited to 'Doc/Zsh')
-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 43562fbf3..da6b43cb8 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -582,7 +582,9 @@ of alphanumeric characters separated by non-alphanumerics, em(not) to words that result from field splitting. ) item(tt(q))( -Quote the resulting words with backslashes. +Quote the resulting words with backslashes. If this flag is given +twice, the resulting words are quoted in single quotes and if it is +given three times, the words are quoted in double quotes. ) item(tt(Q))( Remove one level of quotes from the resulting words. |