From f7832f645b7ae37984dcb0b574b9cca55459d278 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Fri, 10 Oct 2008 10:02:04 +0000 Subject: Fix trailing backslash in example. --- Doc/Zsh/compsys.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit 1.4.1