diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-10-30 17:54:27 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-10-30 17:54:27 +0000 |
commit | 98ff8ea5f7d45b7beab07d5c7242e2f7dafcd26b (patch) | |
tree | d5b30838278fb5f025b172546074b57d3c546105 /fetchmail.man | |
parent | 71afdc215eaa15ffc6e6ec7a60390bd2b66d84e7 (diff) | |
download | fetchmail-98ff8ea5f7d45b7beab07d5c7242e2f7dafcd26b.tar.gz fetchmail-98ff8ea5f7d45b7beab07d5c7242e2f7dafcd26b.tar.bz2 fetchmail-98ff8ea5f7d45b7beab07d5c7242e2f7dafcd26b.zip |
- make fetchmail --silent --quit really silent, Debian Bug #229014 by
Dr. Andreas Krüger.
- cleanup --quit handling again (so that --silent --quit just kills the
existing daemon, rather than continue running), and document it more
clearly.
- Print an error message if multiple "defaults" records are found in the
configuration file.
svn path=/trunk/; revision=4372
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/fetchmail.man b/fetchmail.man index 5f134f75..9343255f 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1021,16 +1021,13 @@ flags indicating that connections have wedged due to failed authentication or multiple timeouts. .PP The option -.B --quit +.B \-\-quit will kill a running daemon process instead of waking it up (if there -is no such process, -.I fetchmail -notifies you). If the --quit option is the only command-line option, -that's all there is to it. -.PP -The quit option may also be mixed with other command-line options; its -effect is to kill any running daemon before doing what the other -options specify in combination with the fetchmailrc file. +is no such process, \fIfetchmail\fP will notify you. +If the \-\-quit option appears last on the command line, \fIfetchmail\fP +will kill the running daemon process and then quit. Otherwise, +\fIfetchmail\fP will first kill a running daemon process and then +continue running with the other options. .PP The .B \-L <filename> @@ -1069,7 +1066,9 @@ option was used. .PP The .B \-N -or --nodetach option suppresses backgrounding and detachment of the +or +.B --nodetach +option suppresses backgrounding and detachment of the daemon process from its control terminal. This is useful for debugging or when fetchmail runs as the child of a supervisor process such as |