diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2008-10-17 01:11:08 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2008-10-17 01:11:08 +0000 |
commit | 9321140859a0fb3077ec4ea29aa902e1f769f1b1 (patch) | |
tree | 550a4063d1df9d9fbb5ac1c7b8ebff4bf4287024 | |
parent | 7c861885d41500c38eb9caef02b8aa695b1cff4a (diff) | |
download | fetchmail-9321140859a0fb3077ec4ea29aa902e1f769f1b1.tar.gz fetchmail-9321140859a0fb3077ec4ea29aa902e1f769f1b1.tar.bz2 fetchmail-9321140859a0fb3077ec4ea29aa902e1f769f1b1.zip |
Fix missing closing parenthesis in 'Terminating the background daemon' subsect.
svn path=/branches/BRANCH_6-3/; revision=5225
-rw-r--r-- | fetchmail.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man index 8e3b51f1..578ce1c6 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1193,7 +1193,7 @@ authentication or multiple timeouts. The option .B \-\-quit will kill a running daemon process instead of waking it up (if there -is no such process, \fIfetchmail\fP will notify you. +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 |