about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2008-10-10 10:02:04 +0000
committerBart Schaefer <barts@users.sourceforge.net>2008-10-10 10:02:04 +0000
commitf7832f645b7ae37984dcb0b574b9cca55459d278 (patch)
treeded85dda99c5017ba98bd8ab872000a434cbea7b
parentfe3ec0b9f94bb2308230b500ac3bf66f9d44b875 (diff)
downloadzsh-f7832f645b7ae37984dcb0b574b9cca55459d278.tar.gz
zsh-f7832f645b7ae37984dcb0b574b9cca55459d278.tar.xz
zsh-f7832f645b7ae37984dcb0b574b9cca55459d278.zip
Fix trailing backslash in example.
-rw-r--r--Doc/Zsh/compsys.yo2
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)