aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.man
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-05-08 20:34:05 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-05-08 20:34:05 +0000
commit8775df41baf3f253bf0aa8d0d75c746073826226 (patch)
tree5da0051ec5491cbb685ef3710bec003f091854ae /fetchmail.man
parent1515ecb0b2804b805351344c09af1867bd6585bf (diff)
downloadfetchmail-8775df41baf3f253bf0aa8d0d75c746073826226.tar.gz
fetchmail-8775df41baf3f253bf0aa8d0d75c746073826226.tar.bz2
fetchmail-8775df41baf3f253bf0aa8d0d75c746073826226.zip
Fix preconnect order bug.
svn path=/trunk/; revision=3299
Diffstat (limited to 'fetchmail.man')
-rw-r--r--fetchmail.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man
index 27d70d67..18ebe139 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -1781,9 +1781,9 @@ preconnect command sets up the ssh.
.nf
poll mailhost.net via localhost port 1234 with proto pop3:
+ user esr is esr here
preconnect "ssh -f -L 1234:mailhost.net:110
mailhost.net sleep 20 </dev/null >/dev/null";
- user esr is esr here
.fi
.PP