diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-23 21:05:17 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-23 21:05:17 +0000 |
commit | 92496f4425a0c66984a92a78213d7796eb8e999e (patch) | |
tree | 340c288d1c09aea76c7e8f6fead5f6fba7f21d4b /fetchmail.man | |
parent | fbd281ce8bf0ac9bf2187fa5100ad7bda6c2fb6b (diff) | |
download | fetchmail-92496f4425a0c66984a92a78213d7796eb8e999e.tar.gz fetchmail-92496f4425a0c66984a92a78213d7796eb8e999e.tar.bz2 fetchmail-92496f4425a0c66984a92a78213d7796eb8e999e.zip |
Fixed a spellong error.
svn path=/trunk/; revision=112
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 5e4a610e..60a0604f 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -263,7 +263,7 @@ server to believe it's allowed to bind to a privileged remote port.) .PP .SH OUTPUT OPTIONS The default behavior of -.I popmail +.I popclient is to ship mail to the the SMTP port on the machine it is running on (localhost), as though it were being passed over a normal TCP/IP link. This normally results in the mail being delivered locally via your @@ -348,18 +348,18 @@ The or .B -d option runs -.I popmail +.I popclient in daemon mode. You must specify a numeric argument which is a polling interval in seconds. .PP In daemon mode, -.I popmail +.I popclient puts itself in background and runs forever, querying each specified host and then sleeping for the given polling interval. .PP Simply invoking .IP -popmail -d 900 +popclient -d 900 .PP will, therefore, poll the hosts described in your .I ~/.poprc |