summary refs log tree commit diff
diff options
context:
space:
mode:
authorLarry Hynes <larry@larryhynes.com>2017-07-01 13:45:46 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-07-01 16:22:50 +0200
commit3db5847866e4e7e0dbb9f744cea011083721ae50 (patch)
tree816728feb7ac690e6d441278661a75b0cd8e790e
parent3accd89cbdd30e06bca8addd1f87c5f9c064fddf (diff)
downloadmblaze-3db5847866e4e7e0dbb9f744cea011083721ae50.tar.gz
mblaze-3db5847866e4e7e0dbb9f744cea011083721ae50.tar.xz
mblaze-3db5847866e4e7e0dbb9f744cea011083721ae50.zip
Changes to mexport.1
- 'a MBOXRD' -> 'an MBOXRD'
- 'the' standard (input|output)
- when -> if
- Clarify 'From ' line and '-S' option

Closes: #50 [via git-merge-pr]
-rw-r--r--man/mexport.117
1 files changed, 10 insertions, 7 deletions
diff --git a/man/mexport.1 b/man/mexport.1
index edc13fe..a0c2d01 100644
--- a/man/mexport.1
+++ b/man/mexport.1
@@ -10,26 +10,27 @@
 .Ar msgs\ ...
 .Sh DESCRIPTION
 .Nm
-exports the given messages as a MBOXRD file to standard output.
+exports the specified messages as an MBOXRD file,
+to the standard output.
 See
 .Xr mmsg 7
 for the message argument syntax.
 .Pp
 If no
 .Ar msgs
-are passed,
+are specified,
 .Nm
-reads file names from standard input,
-or uses the mails in the current sequence when used interactively.
+reads file names from the standard input,
+or uses the mails in the current sequence if used interactively.
 .Pp
 .Nm
 uses the
 .Sq Li "Return-Path:"
 (or
 .Sq Li "X-Envelope-To:" )
-and the
+and
 .Sq Li "Date:"
-from the message for the
+headers from the message for the mbox
 .Sq Li "From "
 line.
 .Pp
@@ -40,7 +41,9 @@ Add
 .Sq Li "Status:"
 and
 .Sq Li "X-Status:"
-headers according to the Maildir flags.
+headers according to the
+.Ar msgs
+Maildir flags.
 .El
 .Sh EXIT STATUS
 .Ex -std