]> Pileus Git - ~andy/fetchmail/commitdiff
Re-add two lines to the manual page that had accidentally become comments.
authorMatthias Andree <matthias.andree@gmx.de>
Wed, 18 Jul 2007 21:46:04 +0000 (21:46 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Wed, 18 Jul 2007 21:46:04 +0000 (21:46 -0000)
svn path=/branches/BRANCH_6-3/; revision=5116

NEWS
fetchmail.man

diff --git a/NEWS b/NEWS
index ddd32d4013b91ab733d9401979f08e857cb71c6d..5491657114c7c8596a49dcdd1d45b9c97bb8acb4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -57,6 +57,9 @@ fetchmail 6.3.9 (not yet released):
   Thanks to Matthias Strauß for a configuration to reproduce the issue.
 
 # DOCUMENTATION:
+* Re-add two lines to the manual page that had accidentally become comments 
+  to nroff. One was part of the --sslproto documentation, and one in the 
+  "Awakening the background daemon" section.
 * The manual page no longer asserts that .fetchids were for exclusive POP3 use, 
   since it is planned to use the file with IMAP4 later.
 
index f729b0467c8bd9345bf777396106c944473719ed..b1f2d265e80e497f4e60468d2ce74487cedce0d3 100644 (file)
@@ -411,7 +411,7 @@ server.  This can cause some complications in daemon mode.
 Forces an SSL or TLS protocol. Possible values are '\fBSSL2\fR',
 \&'\fBSSL3\fR', '\fBSSL23\fR', and '\fBTLS1\fR'. Try this if the default
 handshake does not work for your server. Use this option with
-'\fBTLS1\fR' to enforce a TLS connection. To defeat opportunistic TLSv1
+\&'\fBTLS1\fR' to enforce a TLS connection. To defeat opportunistic TLSv1
 negotiation when the server advertises STARTTLS or STLS, use \fB''\fR.
 This option, even if the argument is the empty string, will also
 suppress the diagnostic 'SERVER: opportunistic upgrade to TLS.' message
@@ -1171,7 +1171,7 @@ Normally, calling fetchmail with a daemon in the background sends a
 wake-up signal to the daemon and quits without output. The background
 daemon then starts its next poll cycle immediately.  The wake-up signal,
 SIGUSR1, can also be sent manually. The wake-up action also clears any
-'wedged' flags indicating that connections have wedged due to failed
+\&'wedged' flags indicating that connections have wedged due to failed
 authentication or multiple timeouts.
 .SS Terminating the background daemon
 .PP