aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.man
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-04-17 16:59:08 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-04-17 16:59:08 +0000
commitc89ff81a4f6aa7d9eb21ea5f1e0c4ef880ff4c59 (patch)
tree3b5eff569528073288de564844f8b7e1de53c02c /fetchmail.man
parentd4ba0c25f6760bf070d79fde1a8c45c664d40fa9 (diff)
downloadfetchmail-c89ff81a4f6aa7d9eb21ea5f1e0c4ef880ff4c59.tar.gz
fetchmail-c89ff81a4f6aa7d9eb21ea5f1e0c4ef880ff4c59.tar.bz2
fetchmail-c89ff81a4f6aa7d9eb21ea5f1e0c4ef880ff4c59.zip
Fix a transposition.
svn path=/trunk/; revision=2433
Diffstat (limited to 'fetchmail.man')
-rw-r--r--fetchmail.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man
index e04a7959..50e215c5 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -1152,10 +1152,10 @@ warnings -w T{
Set message size warning interval
T}
batchlimit -b T{
-Max # messages to fetch in single connect
+Max # messages to forward in single connect
T}
fetchlimit -B T{
-Max # messages to forward in single connect
+Max # messages to fetch in single connect
T}
expunge -e T{
Perform an expunge on every #th message (IMAP only)