about summary refs log tree commit diff
path: root/man
diff options
context:
space:
mode:
authorLarry Hynes <larry@larryhynes.com>2018-02-01 22:15:43 +0000
committerLeah Neukirchen <leah@vuxu.org>2018-02-02 13:45:57 +0100
commit36b4b914e24bacbecb68ccec1c8f0f580e997536 (patch)
tree2dc820903ec42f87826de48c4a10c4764c1aeda4 /man
parent86cc56f29339e81a73330cd54aeaf0e3c154e3b2 (diff)
downloadmblaze-36b4b914e24bacbecb68ccec1c8f0f580e997536.tar.gz
mblaze-36b4b914e24bacbecb68ccec1c8f0f580e997536.tar.xz
mblaze-36b4b914e24bacbecb68ccec1c8f0f580e997536.zip
mexport.1: update wording
Closes: #97 [via git-merge-pr]
Diffstat (limited to 'man')
-rw-r--r--man/mexport.114
1 files changed, 9 insertions, 5 deletions
diff --git a/man/mexport.1 b/man/mexport.1
index 05bddd8..5475940 100644
--- a/man/mexport.1
+++ b/man/mexport.1
@@ -10,18 +10,22 @@
 .Ar msgs\ ...
 .Sh DESCRIPTION
 .Nm
-exports the specified messages as an MBOXRD file,
-to the standard output.
+writes the specified
+.Ar msgs
+to the standard output
+as an MBOXRD file.
+.Po
 See
 .Xr mmsg 7
 for the message argument syntax.
+.Pc
 .Pp
 If no
 .Ar msgs
 are specified,
 .Nm
 reads filenames from the standard input,
-or uses the mails in the current sequence if used interactively.
+or uses the messages in the current sequence if used interactively.
 .Pp
 .Nm
 uses the
@@ -30,7 +34,7 @@ uses the
 .Sq Li X\&-Envelope\&-To\&: )
 and
 .Sq Li Date\&:
-headers from the message for the mbox
+headers from each message for the mbox
 .Sq Li "From "
 line.
 .Pp
@@ -43,7 +47,7 @@ and
 .Sq Li X\&-Status\&:
 headers according to the
 .Ar msgs
-Maildir flags.
+maildir flags.
 .El
 .Sh EXIT STATUS
 .Ex -std