diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2007-07-18 21:46:04 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2007-07-18 21:46:04 +0000 |
commit | 06d467ca575d4fafe05f5e868bc7423dcc26747b (patch) | |
tree | badfdb30490d71599d6aa82b75119879d39b0156 /fetchmail.man | |
parent | 8eb1e68fc5b495d9bf6d3117d9c2c957b1d43fd8 (diff) | |
download | fetchmail-06d467ca575d4fafe05f5e868bc7423dcc26747b.tar.gz fetchmail-06d467ca575d4fafe05f5e868bc7423dcc26747b.tar.bz2 fetchmail-06d467ca575d4fafe05f5e868bc7423dcc26747b.zip |
Re-add two lines to the manual page that had accidentally become comments.
svn path=/branches/BRANCH_6-3/; revision=5116
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 f729b046..b1f2d265 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -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 |