diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-08-06 08:25:55 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-08-06 08:25:55 +0000 |
commit | ed41914db25525515d52f28b7c3771b2895fac68 (patch) | |
tree | e2098884bcc365a6310a6d825efb3fcde8e5f5c8 /fetchmail.man | |
parent | 69201e688442e95f376ec4d6d395ed749ce3e821 (diff) | |
download | fetchmail-ed41914db25525515d52f28b7c3771b2895fac68.tar.gz fetchmail-ed41914db25525515d52f28b7c3771b2895fac68.tar.bz2 fetchmail-ed41914db25525515d52f28b7c3771b2895fac68.zip |
Two of Matthias Andree's four bugs.
svn path=/trunk/; revision=3444
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man index a85c4c09..7c0f86ef 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -6,7 +6,7 @@ .\" For license terms, see the file COPYING in this directory. .TH fetchmail 1 .SH NAME -fetchmail \- fetch mail from a POP, IMAP, or ETRN-capable server +fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server .SH SYNOPSIS \fBfetchmail\fR [\fIoption...\fR] [\fImailserver...\fR] @@ -131,7 +131,7 @@ suppress actual error messages). The --verbose option overrides this. .B \-v, --verbose Verbose mode. All control messages passed between .I fetchmail -and the mailserver are echoed to stderr. Overrides --silent. +and the mailserver are echoed to stdout. Overrides --silent. Doubling this option (-v -v) causes extra diagnostic information to be printed. .SS Disposal Options |