1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
From b4e9b4d9e6691a61788a3fc297800d5a8686539c Mon Sep 17 00:00:00 2001
From: Bernhard Schmidt <berni@debian.org>
Date: Thu, 6 Oct 2016 15:37:13 +0200
Subject: [PATCH] Fix typos in manpages (all found by Debian Lintian
---
doc/damnit.man | 4 ++--
doc/gnarwl.man | 18 +++++++++---------
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/doc/damnit.man b/doc/damnit.man
index cbb9ec8..abd6e5a 100644
--- a/doc/damnit.man
+++ b/doc/damnit.man
@@ -43,7 +43,7 @@ from stdin (one per line), until either EOF or an empty line is detected.
.IP "-a <file> [<value>]"
Add <value> to <file>. If <value> is already stored in <file>, damnit will
only update the timestamp. If <value> is omited, damnit will read <value>
-from stdin (one per line), until either EOF or an emtpy line is detected.
+from stdin (one per line), until either EOF or an empty line is detected.
.IP "-l <file>"
List database file specified by <file>.
@@ -70,7 +70,7 @@ Patrick Ahlbrecht <p.ahlbrecht@billiton.de>
Every file in this directory represents an emailaddress,
.B gnarwl
(already) received a mail for. Every time, gnarwl sends out an autorreply
-for an address, the recepient of that mail is locked into the according file.
+for an address, the recipient of that mail is locked into the according file.
.B gnarwl
will not send any further autoreplies for this sender/receiver combo, until
the timeout specified in gnarwl.cfg expires.
diff --git a/doc/gnarwl.man b/doc/gnarwl.man
index e5cedff..225b0f3 100644
--- a/doc/gnarwl.man
+++ b/doc/gnarwl.man
@@ -26,14 +26,14 @@ Configuration is conveniently done via one systemwide configfile.
.P
Like the old
.B vacation(1)
-program, gnarwl accepts incomming mail through
+program, gnarwl accepts incoming mail through
stdin, and will send outgoing mail via an external MTA (it even maintains
basic commandline compatibility, so it may be used as a drop in
replacement).
.P
Several gdbm databases are maintained, in order to make sure, a) mail does not
bounce back and force between gnarwl and another automated MUA, b) mailing
-lists will not be bothered and c) specifc local addresses may never produce
+lists will not be bothered and c) specific local addresses may never produce
automatic replies.
All these database files may be managed using the
.B damnit(_MANSEC_)
@@ -60,19 +60,19 @@ possible using the -c commandline switch. The following keywords are
recognized in the configfile:
.IP "map_sender <macroname>"
-Binds a macroname (case insensitive), refering to the sender of an incomming
+Binds a macroname (case insensitive), referring to the sender of an incoming
email. Defaults to "$sender".
.IP "map_receiver <macroname>"
-Binds a macroname (case insensitive), refering to the receiver(s) of an
-incomming email. Defaults to "$receiver".
+Binds a macroname (case insensitive), referring to the receiver(s) of an
+incoming email. Defaults to "$receiver".
.IP "map_subject <macroname>"
-Binds a macroname (case insensitive), refering to the subject of an incomming
+Binds a macroname (case insensitive), referring to the subject of an incoming
email. Defaults to "$subject".
.IP "map_field <ldapattribute> <macroname>"
-Binds a macroname (case insensitive), refering to a field in the resultset,
+Binds a macroname (case insensitive), referring to a field in the resultset,
returned by the database. There are no defaults for this directive.
.IP "server_uri <ldap_uri [ldap_uri ...]>"
@@ -134,13 +134,13 @@ How long (in hours) to block a certain sender/recepient combo. Default is
blockfiles are read/written in this case.
.IP "maxreceivers <number>"
-Ignore incomming email, specifying too many receiving addresses. It does
+Ignore incoming email, specifying too many receiving addresses. It does
not matter, whether these are local or not, as
.B gnarwl
doesn't know domains. Default is 256.
.IP "maxheader <number>"
-Ignore incomming email with more than this number of header lines. Lines are
+Ignore incoming email with more than this number of header lines. Lines are
counted before unfolding them, so a folded line really counts as at least
two lines. Default is 256.
--
2.9.3
|