From 36b4b914e24bacbecb68ccec1c8f0f580e997536 Mon Sep 17 00:00:00 2001 From: Larry Hynes Date: Thu, 1 Feb 2018 22:15:43 +0000 Subject: [PATCH] mexport.1: update wording Closes: #97 [via git-merge-pr] --- man/mexport.1 | 14 +++++++++----- 1 file 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