about summary refs log tree commit diff
path: root/man/mdeliver.1
diff options
context:
space:
mode:
authorLarry Hynes <larry@larryhynes.com>2017-07-01 12:10:14 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-07-01 16:19:40 +0200
commit3accd89cbdd30e06bca8addd1f87c5f9c064fddf (patch)
tree7bbf68908f326b3688efc146c9965496ce436e78 /man/mdeliver.1
parentcae3c7d5850a231b94c0d10dd6f8308a28e33d94 (diff)
downloadmblaze-3accd89cbdd30e06bca8addd1f87c5f9c064fddf.tar.gz
mblaze-3accd89cbdd30e06bca8addd1f87c5f9c064fddf.tar.xz
mblaze-3accd89cbdd30e06bca8addd1f87c5f9c064fddf.zip
Changes to mdeliver.1
- Delete superfluous 'the' in DESCRIPTION
- 'a MBOXRD' -> 'an MBOXRD'
- Delete 'Also,'
- Delete 'Beware' and don't emphasise
- Don't emphasise 'Override'

Closes: #48 [via git-merge-pr]
Diffstat (limited to 'man/mdeliver.1')
-rw-r--r--man/mdeliver.114
1 files changed, 6 insertions, 8 deletions
diff --git a/man/mdeliver.1 b/man/mdeliver.1
index 40f5a0d..dc6ccfa 100644
--- a/man/mdeliver.1
+++ b/man/mdeliver.1
@@ -22,8 +22,8 @@
 .Ar mbox
 .Sh DESCRIPTION
 .Nm
-adds a the message given on standard input as a new message
-into the Maildir
+adds a message given on standard input
+as a new message in the Maildir
 .Ar dir .
 .Pp
 When
@@ -31,11 +31,10 @@ When
 is used,
 .Nm
 will regard standard input as
-a MBOXRD mailbox, split it on
+an MBOXRD mailbox, split it on
 .Dq Li "From "
 and deliver each message,
 decoding it according to the MBOXRD convention.
-Also,
 .Nm
 will set the mtime according to the value of
 .Sq Li "Date:"
@@ -47,8 +46,8 @@ or
 The messages are delivered in a reliable way and use default
 .Xr umask 2 .
 .Pp
-.Em Beware :
-no syntactical checks are performed on the messages.
+Please note that no syntactical checks are performed
+on the messages.
 .Pp
 The options are as follows:
 .Bl -tag -width Ds
@@ -63,8 +62,7 @@ not
 .It Fl v
 Print each message filename after delivery.
 .It Fl X Ar flg
-.Em Override
-the flags of the new message file to be
+Override the flags of the new message file to be
 .Ar flg .
 .El
 .Sh EXIT STATUS