diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-07-29 02:35:06 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-07-29 02:35:06 +0000 |
commit | 399734438bd512579b4bb92c716286762f72989d (patch) | |
tree | cda0f6aac834bc8bea566c801ee30c49cc71cb87 | |
parent | 921ef23d44f220e6477344d80eda8642b9518051 (diff) | |
download | fetchmail-399734438bd512579b4bb92c716286762f72989d.tar.gz fetchmail-399734438bd512579b4bb92c716286762f72989d.tar.bz2 fetchmail-399734438bd512579b4bb92c716286762f72989d.zip |
Typo correction.
svn path=/trunk/; revision=1191
-rw-r--r-- | fetchmail.man | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man index 1311cfe6..8e28bfdb 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -668,6 +668,8 @@ Legal server options are: monitor dns no dns + uidl + no uidl Legal user options are @@ -703,14 +705,14 @@ Legal user options are fetchlimit syslog .PP -The 'folder' and 'smtphost' options can take a space- or +The `folder' and `smtphost' options can take a space- or comma-separated list of names following them. .PP All options correspond to the obvious command-line arguments, except the following: `via', `interval', `aka', `is', `to', `dns'/`no dns', \&`password', \&`preconnect', `localdomains', `stripcr'/`no stripcr', \&`forcecr'/`no forcecr', `pass8bits'/`no pass8bits' `dropstatus/no -dropstatus', and `no received'. +dropstatus', and `no envelope'. .PP The `via' option is for use with ssh, or if you want to have more than one configuration pointing at the same site. If it is present, |