]> granicus.if.org Git - mutt/commitdiff
Manual: Fix trailing \ for $preconnect
authorRocco Rutte <pdmef@gmx.net>
Sun, 31 Aug 2008 19:13:06 +0000 (21:13 +0200)
committerRocco Rutte <pdmef@gmx.net>
Sun, 31 Aug 2008 19:13:06 +0000 (21:13 +0200)
init.h

diff --git a/init.h b/init.h
index cafed7ca9819be3b4a4cf7e1917cea32c92dcf43..952ef61132ccd773a3c18c6f88c51e7a78d6a583 100644 (file)
--- a/init.h
+++ b/init.h
@@ -2307,7 +2307,7 @@ struct option_t MuttVars[] = {
   ** status, mutt gives up opening the server. Example:
   ** .pp
   ** .ts
-  ** set preconnect="ssh -f -q -L 1234:mailhost.net:143 mailhost.net \
+  ** set preconnect="ssh -f -q -L 1234:mailhost.net:143 mailhost.net \(rs
   ** sleep 20 < /dev/null > /dev/null"
   ** .te
   ** .pp