diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-03-02 23:25:57 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-03-02 23:25:57 +0000 |
commit | a44089c1d09f5c8edd10d79facd7de22b4b0d308 (patch) | |
tree | e08e8e7f3b0833148a3fbe50815b714c48671875 /fetchmail.man | |
parent | 11a0262606e3d7e9cd9aa9d55942c24bb9a26a4f (diff) | |
download | fetchmail-a44089c1d09f5c8edd10d79facd7de22b4b0d308.tar.gz fetchmail-a44089c1d09f5c8edd10d79facd7de22b4b0d308.tar.bz2 fetchmail-a44089c1d09f5c8edd10d79facd7de22b4b0d308.zip |
Typo fixes.
svn path=/trunk/; revision=3181
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man index 728a4841..cc3654de 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -266,7 +266,7 @@ to the server using the specified base protocol over a connection secured by SSL. SSL support must be present at the server. If no port is specified, the connection is attempted to the well known port of the SSL version of the base protocol. This is generally a different port than the -port used by the base protocol. For imap, this is port 143 for the clear +port used by the base protocol. For IMAP, this is port 143 for the clear protocol and port 993 for the SSL secured protocol. .TP .B \--sslcert <name> @@ -511,7 +511,7 @@ doesn't support any of those will it ship your password en clair. Other values may be used to force various authentication methods (\fBssh\fR suppresses authentication). Any value other than \fIpassword\fR, \fIcram-md5\fR, \fIntlm\fR or \fIotp\fR suppresses fetchmail's -normal inquiry for a password. Specify \fBssh\fR when you are using +normal inquiry for a password. Specify \fIssh\fR when you are using an end-to-end secure connection such as an ssh tunnel; specify \fRgssapi\fR or \fBkerberos_v4\fR if you are using a protocol variant that employs GSSAPI or K4. Choosing KPOP protocol automatically |