diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-14 22:08:41 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-14 22:08:41 +0000 |
commit | 26cc1ad1dfb9ba4ffeaf6079762439822ab828ef (patch) | |
tree | e4d123b1021706e85bf04922cc54c24959daa15a /Doc/Zsh/grammar.yo | |
parent | a6ed22c58590da9faaaf9d9a46cf1050c2bb74d1 (diff) | |
download | zsh-26cc1ad1dfb9ba4ffeaf6079762439822ab828ef.tar.gz zsh-26cc1ad1dfb9ba4ffeaf6079762439822ab828ef.tar.xz zsh-26cc1ad1dfb9ba4ffeaf6079762439822ab828ef.zip |
doc changes; typo in _jobs; integer builtin understands `-i base'
Diffstat (limited to 'Doc/Zsh/grammar.yo')
-rw-r--r-- | Doc/Zsh/grammar.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/grammar.yo b/Doc/Zsh/grammar.yo index 3325e2185..d5282d22e 100644 --- a/Doc/Zsh/grammar.yo +++ b/Doc/Zsh/grammar.yo @@ -387,5 +387,5 @@ outputs nothing apart from a newline if tt(RC_QUOTES) is not set, but one single quote if it is set. Inside double quotes (tt("")), parameter and -command substitution occurs, and `tt(\)' quotes the characters +command substitution occur, and `tt(\)' quotes the characters `tt(\)', `tt(`)', `tt(")', and `tt($)'. |