diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2008-10-10 10:02:04 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2008-10-10 10:02:04 +0000 |
commit | f7832f645b7ae37984dcb0b574b9cca55459d278 (patch) | |
tree | ded85dda99c5017ba98bd8ab872000a434cbea7b /Doc/Zsh/compsys.yo | |
parent | fe3ec0b9f94bb2308230b500ac3bf66f9d44b875 (diff) | |
download | zsh-f7832f645b7ae37984dcb0b574b9cca55459d278.tar.gz zsh-f7832f645b7ae37984dcb0b574b9cca55459d278.tar.xz zsh-f7832f645b7ae37984dcb0b574b9cca55459d278.zip |
Fix trailing backslash in example.
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 77e6a8983..825c441e3 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1317,7 +1317,7 @@ item(tt(environ))( The environ style is used when completing for `tt(sudo)'. It is set to an array of `var(VAR)tt(=)var(value)' assignments to be exported into the local environment before the completion for the target command is invoked. -example(zstyle :complete:sudo: environ \ +example(zstyle :complete:sudo: environ \ PATH="/sbin:/usr/sbin:$PATH" HOME="/root") ) kindex(expand, completion style) |