summary refs log tree commit diff
diff options
context:
space:
mode:
authorLarry Hynes <larry@larryhynes.com>2018-01-25 20:07:57 +0000
committerLeah Neukirchen <leah@vuxu.org>2018-01-27 12:26:39 +0100
commit08b3c23d1a0374b92bdc55ca688b046f516a7b07 (patch)
tree8c61298ad8b40a670963529eec6fab17fa1cb440
parent3e22345cfa22059e503d4912c86af983b8f11dd0 (diff)
downloadmblaze-08b3c23d1a0374b92bdc55ca688b046f516a7b07.tar.gz
mblaze-08b3c23d1a0374b92bdc55ca688b046f516a7b07.tar.xz
mblaze-08b3c23d1a0374b92bdc55ca688b046f516a7b07.zip
maddr.1: update wording
-rw-r--r--man/maddr.117
1 files changed, 9 insertions, 8 deletions
diff --git a/man/maddr.1 b/man/maddr.1
index 5c0b5bf..b39b390 100644
--- a/man/maddr.1
+++ b/man/maddr.1
@@ -11,39 +11,40 @@
 .Op Ar msgs\ ...
 .Sh DESCRIPTION
 .Nm
-prints, one per line, all mail addresses found in the
+prints, separated by newlines, all mail addresses found in the
 .Ar headers
 of the specified
 .Ar msgs .
-See
+.Po See
 .Xr mmsg 7
 for the message argument syntax.
+.Pc
 .Pp
 If no
 .Ar msgs
-are specified,
+are specified
 and
 .Nm
 is used interactively,
 .Nm
-will default to the current sequence.
+will operate on the current sequence by default.
 Otherwise,
 .Nm
-will read filenames from standard input.
+will read filenames from the standard input.
 .Pp
 The options are as follows:
 .Bl -tag -width Ds
 .It Fl a
-Only print the addr-spec part of the address, not the display name.
+Only print the addr-spec address, not the display name.
 .It Fl h Ar headers
 Only search the colon-separated list of
 .Ar headers
 for mail addresses.
 Default:
-.Sq Li from\&:sender\&:reply\&-to\&:to\&:cc\&:bcc\&:
+.Sq Li from\&:sender\&:reply\&-to\&:to\&:cc\&:bcc
 and their respective
 .Sq Li resent\&-
-variants.
+variants, if any.
 .El
 .Sh EXIT STATUS
 .Ex -std