diff options
author | Hector Garcia <hector@debian.org> | 2010-12-03 00:41:10 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-12-03 00:41:38 +0100 |
commit | 03b8bfbf1a30cc58f64063a4f17f815a857c2184 (patch) | |
tree | 984d53f3f1d6b22ac9c91600ea605a36339ac542 /fetchmail.man | |
parent | 65ec078577593d825bf42d7c52c8942f315b4b29 (diff) | |
download | fetchmail-03b8bfbf1a30cc58f64063a4f17f815a857c2184.tar.gz fetchmail-03b8bfbf1a30cc58f64063a4f17f815a857c2184.tar.bz2 fetchmail-03b8bfbf1a30cc58f64063a4f17f815a857c2184.zip |
Import Debian's 02_man_page.patch to fix typos and escape dashes.
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 351c38c6..80fd3b9b 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -48,7 +48,7 @@ adding all of the options you'd normally use.\fP .IP .nf -env LC_ALL=C fetchmail -V -v --nodetach --nosyslog +env LC_ALL=C fetchmail \-V \-v \-\-nodetach \-\-nosyslog .fi .IP (This command line prints in English how fetchmail understands your @@ -56,7 +56,7 @@ configuration.) .IP .nf -env LC_ALL=C fetchmail -vvv --nodetach --nosyslog +env LC_ALL=C fetchmail \-vvv \-\-nodetach \-\-nosyslog .fi .IP (This command line actually runs fetchmail with verbose English output.) @@ -701,7 +701,7 @@ maildrop easier to understand. Finally, we strongly advise that you do \fBnot\fP use qmail-inject. The command line interface is non-standard without providing benefits for -typical use, and fetchmail makes no attempts to accomodate +typical use, and fetchmail makes no attempts to accommodate qmail-inject's deviations from the standard. Some of qmail-inject's command-line and environment options are actually dangerous and can cause broken threads, non-detected duplicate messages and forwarding @@ -2676,7 +2676,7 @@ mail" to be an error condition (for instance, for cron jobs), use a POSIX-compliant shell and add .nf -|| [ $? -eq 1 ] +|| [ $? \-eq 1 ] .fi to the end of the fetchmail command line, note that this leaves 0 |