diff options
| author | Eric S. Raymond <esr@thyrsus.com> | 2001-05-08 20:34:05 +0000 |
|---|---|---|
| committer | Eric S. Raymond <esr@thyrsus.com> | 2001-05-08 20:34:05 +0000 |
| commit | 8775df41baf3f253bf0aa8d0d75c746073826226 (patch) | |
| tree | 5da0051ec5491cbb685ef3710bec003f091854ae | |
| parent | 1515ecb0b2804b805351344c09af1867bd6585bf (diff) | |
| download | fetchmail-8775df41baf3f253bf0aa8d0d75c746073826226.tar.gz fetchmail-8775df41baf3f253bf0aa8d0d75c746073826226.tar.bz2 fetchmail-8775df41baf3f253bf0aa8d0d75c746073826226.zip | |
Fix preconnect order bug.
svn path=/trunk/; revision=3299
| -rw-r--r-- | fetchmail.man | 2 |
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 |
