diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2014-10-02 18:04:22 +0200 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2014-10-03 04:54:48 +0200 |
commit | 7eb949a6bb2faa60788525ad7c5a9bbbffabd347 (patch) | |
tree | 9da89fbda34dbae5ec218772fd67b64134660a87 /Doc/Zsh/options.yo | |
parent | 859cccba7a1a12da9ea6c8b1c992677eb34a2c8d (diff) | |
download | zsh-7eb949a6bb2faa60788525ad7c5a9bbbffabd347.tar.gz zsh-7eb949a6bb2faa60788525ad7c5a9bbbffabd347.tar.xz zsh-7eb949a6bb2faa60788525ad7c5a9bbbffabd347.zip |
Fix some typos in the documentation
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r-- | Doc/Zsh/options.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index ec1f1645a..068a253ac 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1780,7 +1780,7 @@ cindex(tracing, of commands) cindex(commands, tracing) item(tt(XTRACE) (tt(-x), ksh: tt(-x)))( Print commands and their arguments as they are executed. The -output is proceded by the value of tt($PS4), formatted as described +output is preceded by the value of tt($PS4), formatted as described in ifzman(the section EXPANSION OF PROMPT SEQUENCES in zmanref(zshmisc))\ ifnzman(noderef(Prompt Expansion)). @@ -2079,7 +2079,7 @@ variables, or in arguments to external programs. When this option is set, the tt($')var(...)tt(') expression is truncated at the null character. Note that remaining parts of the same string -beyond the termination of the quotes are not trunctated. +beyond the termination of the quotes are not truncated. For example, the command line argument tt(a$'b\0c'd) is treated with the option off as the characters tt(a), tt(b), null, tt(c), tt(d), |