diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-03-13 09:37:46 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-03-13 09:37:46 +0000 |
commit | fde28f60a7cc6f1cac487b0365e2a2be1fb59f49 (patch) | |
tree | 691cea2ead6a4d5319d5fd0af2a5d156e3edb474 /fetchmail.man | |
parent | 87ad588dd2a76dde9de03681f4c4ec63d789abe2 (diff) | |
download | fetchmail-fde28f60a7cc6f1cac487b0365e2a2be1fb59f49.tar.gz fetchmail-fde28f60a7cc6f1cac487b0365e2a2be1fb59f49.tar.bz2 fetchmail-fde28f60a7cc6f1cac487b0365e2a2be1fb59f49.zip |
Added `set daemon'.
svn path=/trunk/; revision=930
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man index b1fb6014..cc2f7225 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -729,9 +729,12 @@ or reverse it by saying `user esr here is eric there' .PP For backward compatibility, the word `server' is a synonym for `poll'. .PP -There is currently just one global option statement; `set logfile = ' +There are currently two global option statements; `set logfile = ' followed by a string sets the same global specified by --logfile. A -command-line --logfile option will override this. +command-line --logfile option will override this. Also, `set daemon' +sets the poll interval as --daemon does. This can be overridden by +a command-line --daemon option; iin particular --daemon 0 can be used +to force foreground operation. .PP Basic format is: |