diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | fetchmail.man | 4 |
2 files changed, 8 insertions, 3 deletions
@@ -63,7 +63,12 @@ removed from a 6.5.0 or newer release.) * Fetchmail does not guarantee compatibility with EOL OpenSSL versions. Support for end-of-life OpenSSL versions may be removed even from patchlevel releases. ---------------------------------------------------------------------------------- +-------------------------------------------------------------------------------- + +# BUG FIXES +* Fix a typo in the manual page reported by David McKelvie. + +-------------------------------------------------------------------------------- fetchmail-6.4.14 (released 2020-11-26, 27608 LoC): # TRANSLATION UPDATES were made by these fine people: diff --git a/fetchmail.man b/fetchmail.man index 7579f3af..c4701c44 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -10,7 +10,7 @@ .\" Load www macros to process .URL requests, this requires groff: .mso www.tmac .\" -.TH fetchmail 1 2020-10-25 "fetchmail 6.4.14" "fetchmail reference manual" +.TH fetchmail 1 2020-12-15 "fetchmail 6.4.14" "fetchmail reference manual" .SH NAME fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server @@ -551,7 +551,7 @@ accurate when using this option. .B \-\-nosslcertck (Keyword: no sslcertck, only in v6.4.X) .br -The opposite of \-\-sslcertck, this is a disouraged option. It permits +The opposite of \-\-sslcertck, this is a discouraged option. It permits fetchmail to continue connecting even if the server certificate failed the verification checks. Should only be used together with \-\-sslfingerprint. |