diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-03 21:06:09 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-03 21:06:09 +0000 |
commit | ef940f3b94c04ba2841e5375c5533efa30414c04 (patch) | |
tree | ccba1a2d75d7edddc84a2d254e88d0191b62913b /fetchmail.man | |
parent | 5d62b3178779e5c2d239894ae8fc4027f135b944 (diff) | |
download | fetchmail-ef940f3b94c04ba2841e5375c5533efa30414c04.tar.gz fetchmail-ef940f3b94c04ba2841e5375c5533efa30414c04.tar.bz2 fetchmail-ef940f3b94c04ba2841e5375c5533efa30414c04.zip |
Typo fix.
svn path=/trunk/; revision=1285
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man index 7e886c8f..28f4b63e 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -461,7 +461,7 @@ every fifteen minutes. It is possible to set a polling interval in your .I ~/.fetchmailrc -file by saying `set demon <interval>', where <interval> is an +file by saying `set daemon <interval>', where <interval> is an integer number of seconds. If you do this, fetchmail will always start in daemon mode unless you override it with the command-line option --daemon 0 or -d0. |