about summary refs log tree commit diff
path: root/man/maddr.1
diff options
context:
space:
mode:
authorLarry Hynes <larry@larryhynes.com>2017-06-29 14:09:34 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-06-29 15:20:54 +0200
commit2c7f970a761f1dd448a31362edd6d398207aa626 (patch)
tree981e200be8fa0948e7cac0a2474b055600d028ac /man/maddr.1
parent8649f9c225664c9b9efc9b6e39c59fa79715df68 (diff)
downloadmblaze-2c7f970a761f1dd448a31362edd6d398207aa626.tar.gz
mblaze-2c7f970a761f1dd448a31362edd6d398207aa626.tar.xz
mblaze-2c7f970a761f1dd448a31362edd6d398207aa626.zip
Changes to maddr.1
- Change 'one per line' to 'line by line', and move it up
- Change 'given' to 'specified'...
- ...and continue to use 'specified' in place of 'passed'
- Change 'Else' to 'Otherwise'
- Use 'addr-spec' instead of 'address', as per RFCs
- Reword explanation of 'resent-' headers

Closes: #41 [via git-merge-pr]
Diffstat (limited to 'man/maddr.1')
-rw-r--r--man/maddr.118
1 files changed, 9 insertions, 9 deletions
diff --git a/man/maddr.1 b/man/maddr.1
index 743ad85..b89c261 100644
--- a/man/maddr.1
+++ b/man/maddr.1
@@ -11,39 +11,39 @@
 .Op Ar msgs\ ...
 .Sh DESCRIPTION
 .Nm
-prints all mail addresses mentioned in the
+prints, one per line, all mail addresses found in the
 .Ar headers
-of the given
-.Ar msgs ,
-line by line.
+of the specified
+.Ar msgs .
 See
 .Xr mmsg 7
 for the message argument syntax.
 .Pp
 If no
 .Ar msgs
-are passed,
+are specified,
 and
 .Nm
 is used interactively,
 .Nm
 will default to the current sequence.
-Else,
+Otherwise,
 .Nm
 will read filenames from standard input.
 .Pp
 The options are as follows:
 .Bl -tag -width Ds
 .It Fl a
-Only print the address part of the address, not the display name.
+Only print the addr-spec part of the 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:"
-and the same with
-.Sq Li "resent-" .
+and their respective
+.Sq Li "resent-"
+variants.
 .El
 .Sh EXIT STATUS
 .Ex -std