aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.man
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-10-14 22:43:10 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-10-14 22:43:10 +0000
commit33368b42739c88032ac2cc837b3e4c4321b27ce7 (patch)
tree8a81a531a95375fe110c0a65bd4d9de44801962a /fetchmail.man
parentbaa9e9f5d866de4e238f56d250d0bb1d8a6744c5 (diff)
downloadfetchmail-33368b42739c88032ac2cc837b3e4c4321b27ce7.tar.gz
fetchmail-33368b42739c88032ac2cc837b3e4c4321b27ce7.tar.bz2
fetchmail-33368b42739c88032ac2cc837b3e4c4321b27ce7.zip
Move --timeout from daemon to general options.
svn path=/trunk/; revision=2087
Diffstat (limited to 'fetchmail.man')
-rw-r--r--fetchmail.man26
1 files changed, 12 insertions, 14 deletions
diff --git a/fetchmail.man b/fetchmail.man
index 97ede73d..64d22c71 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -206,9 +206,20 @@ news drop for a group of users.
.TP
.B \-P, --port
(Keyword: port)
-The option permits you to specify a TCP/IP port to connect on.
+The port option permits you to specify a TCP/IP port to connect on.
This option will seldom be necessary as all the supported protocols have
well-established default port numbers.
+.TP
+.B \-t, --timeout
+(Keyword: timeout)
+The timeout option allows you to set a server-nonresponse
+timeout in seconds. If a mailserver does not send a greeting message
+or respond to commands for the given number of seconds,
+\fIfetchmail\fR will hang up on it. Without such a timeout
+\fIfetchmail\fR might hang up indefinitely trying to fetch mail from a
+down host. This would be particularly annoying for a \fIfetchmail\fR
+running in background. There is a default timeout which fetchmail -V
+will report.
.TP
.B \-r folder, --folder folder
(Keyword: folder[s])
@@ -614,19 +625,6 @@ The quit option may also be mixed with other command-line options; its
effect is to kill any running daemon before doing what the other
options specify in combination with the rc file.
.PP
-The
-.B -t
-or
-.B --timeout
-option (keyword: timeout) allows you to set a server-nonresponse
-timeout in seconds. If a mailserver does not send a greeting message
-or respond to commands for the given number of seconds,
-\fIfetchmail\fR will hang up on it. Without such a timeout
-\fIfetchmail\fR might hang up indefinitely trying to fetch mail from a
-down host. This would be particularly annoying for a \fIfetchmail\fR
-running in background. There is a default timeout which fetchmail -V
-will report.
-.PP
The
.B -L
or