aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.man
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-03-24 00:14:18 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-03-24 00:14:18 +0000
commitd2d2a311c916b79faff67d00ba0cc5b9e3a0bdb8 (patch)
tree7a86d69dff3a5bf7b2a0f06ff67610bf3526c529 /fetchmail.man
parent6456114e9eeff7e1b27e4a09467bab1982e1f6ee (diff)
downloadfetchmail-d2d2a311c916b79faff67d00ba0cc5b9e3a0bdb8.tar.gz
fetchmail-d2d2a311c916b79faff67d00ba0cc5b9e3a0bdb8.tar.bz2
fetchmail-d2d2a311c916b79faff67d00ba0cc5b9e3a0bdb8.zip
Typo fix.
svn path=/trunk/; revision=1718
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 e5b74ff2..e7ff244c 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -1291,7 +1291,7 @@ ssh connecting local port 1234 to port 110 on mailhost.net; the
preconnect command sets up the ssh.
.nf
-poll mailhost.net via localhost port 1234 with pop3:
+poll mailhost.net via localhost port 1234 with proto pop3:
preconnect "ssh -f -L 1234:mailhost.net:110
mailhost.net sleep 20 </dev/null >/dev/null";
.fi