diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2012-12-13 22:46:32 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2012-12-13 22:56:13 +0100 |
commit | edb8384a00f108b385d0df7ddfa5bd671a36f946 (patch) | |
tree | 60b7973c73d1728f8307f7235f00990811aaab4d /fetchmail.man | |
parent | 27a72bbe4f5ffedd6de35dcfa12a3b78a9d669de (diff) | |
download | fetchmail-edb8384a00f108b385d0df7ddfa5bd671a36f946.tar.gz fetchmail-edb8384a00f108b385d0df7ddfa5bd671a36f946.tar.bz2 fetchmail-edb8384a00f108b385d0df7ddfa5bd671a36f946.zip |
Repair --logfile regression of 6.3.23,
reported by Heinz Diehl.
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fetchmail.man b/fetchmail.man index 44677490..a618fffc 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 "fetchmail 6.3.23" "fetchmail" "fetchmail reference manual" +.TH fetchmail 1 "fetchmail 6.3.24" "fetchmail" "fetchmail reference manual" .SH NAME fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server @@ -2230,8 +2230,7 @@ authentication. These defaults may be overridden by later options. There are some global option statements: 'set logfile' followed by a string sets the same global specified by \-\-logfile. A command-line \-\-logfile option will override this. Note that \-\-logfile is -only effective if fetchmail detaches itself from the terminal, is in -daemon mode, and if the +only effective if fetchmail detaches itself from the terminal and the logfile already exists before fetchmail is run, and it overrides \-\-syslog in this case. Also, \&'set daemon' sets the poll interval as \-\-daemon does. This can be |