diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-02-11 17:49:03 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-02-11 17:49:03 +0000 |
commit | 8619b1487f2b53d30022d31fffb5fc5b4025d1fa (patch) | |
tree | fb2bbaf9af4a17efa81ead4d05b1dea056865e0c | |
parent | 45de453847b40c5378b3ceadbb238c841ae7a204 (diff) | |
download | fetchmail-8619b1487f2b53d30022d31fffb5fc5b4025d1fa.tar.gz fetchmail-8619b1487f2b53d30022d31fffb5fc5b4025d1fa.tar.bz2 fetchmail-8619b1487f2b53d30022d31fffb5fc5b4025d1fa.zip |
Correct typo.
svn path=/trunk/; revision=1619
-rw-r--r-- | fetchmail-FAQ.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 2975f480..630b6991 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -10,7 +10,7 @@ <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 1998/02/11 08:15:27 $ +<td width="30%" align=right>$Date: 1998/02/11 17:49:03 $ </table> <HR> <H1>Frequently Asked Questions About Fetchmail</H1> @@ -733,7 +733,7 @@ man page for several authentication methods.)<p> <pre> poll mailhost port 1234 via localhost with pop3: - preconnect "ssh -f -L 1234:mailhost:110 mailhost sleep 20 </dev/null >/dev/null"; + preconnect "ssh -f -L 1234:mailhost:110 mailhost sleep 20 </dev/null >/dev/null"; </pre> (Note that 1234 can be an arbitrary port number. Privileged ports can @@ -1718,7 +1718,7 @@ Re-ordering messages is a user-agent function, anyway.<P> <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 1998/02/11 08:15:27 $ +<td width="30%" align=right>$Date: 1998/02/11 17:49:03 $ </table> <P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@snark.thyrsus.com></A></ADDRESS> |