diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-12-15 22:03:51 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-12-15 22:03:51 +0100 |
commit | cd3048bcd64482689716f4f843574a7f199fcad8 (patch) | |
tree | 91662b6bfc1bf81784b4069206aa5f2b17aa1b2d | |
parent | d71e7df2d244eb56f2ce265162565408ec0ac24a (diff) | |
download | fetchmail-cd3048bcd64482689716f4f843574a7f199fcad8.tar.gz fetchmail-cd3048bcd64482689716f4f843574a7f199fcad8.tar.bz2 fetchmail-cd3048bcd64482689716f4f843574a7f199fcad8.zip |
manpage: disouraged -> discouraged
Reported by David McKelvie on fetchmail-users today.
-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. |