summary refs log tree commit diff
diff options
context:
space:
mode:
-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