diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-01-30 14:28:15 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-01-30 15:27:21 +0100 |
commit | f2626bc6f79d7a48da2e281ba3736504ed078e04 (patch) | |
tree | b48d5c98f445bdad441f6cccc71513ce91e60209 /fetchmail.man | |
parent | 5490a3a6de82b3e4d4d7e2da09756668d763c06b (diff) | |
download | fetchmail-f2626bc6f79d7a48da2e281ba3736504ed078e04.tar.gz fetchmail-f2626bc6f79d7a48da2e281ba3736504ed078e04.tar.bz2 fetchmail-f2626bc6f79d7a48da2e281ba3736504ed078e04.zip |
manual: minor cleanups
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fetchmail.man b/fetchmail.man index 7bd89549..cc4c9523 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1039,9 +1039,9 @@ idfiles when running out of disk space. (Keyword: pidfile; since fetchmail v6.3.4) .br Override the default location of the PID file that is used as a lock file. -Default: see "ENVIRONMENT" below. Note that many places in the code and -documentation, the term "lock file" is used. This file contains the process ID -of the running fetchmail on the first line and potentially the daemon interval +Default: see "ENVIRONMENT" below. Note that many places in the code and +documentation, the term "lock file" is used. This file contains the process ID +of the running fetchmail on the first line and potentially the daemon interval on a second line. .TP .B \-n | \-\-norewrite @@ -2879,7 +2879,7 @@ default location of file recording last message UIDs seen per host. (location can be overridden with environment variables) .TP 5 ~/.fetchmail.pid, $HOME/.fetchmail.pid, $HOME_ETC/.fetchmail.pid, $FETCHMAILHOME/fetchmail.pid -default location of lock file (sometimes called pidfile or PID file, see option +default location of lock file (sometimes called pidfile or PID file, see option pidfile) to help prevent concurrent runs (non-root mode). (location can be overridden with environment variables) .TP 5 |