diff options
author | Larry Hynes <larry@larryhynes.com> | 2018-01-25 20:07:57 +0000 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-01-27 12:26:39 +0100 |
commit | 08b3c23d1a0374b92bdc55ca688b046f516a7b07 (patch) | |
tree | 8c61298ad8b40a670963529eec6fab17fa1cb440 /man | |
parent | 3e22345cfa22059e503d4912c86af983b8f11dd0 (diff) | |
download | mblaze-08b3c23d1a0374b92bdc55ca688b046f516a7b07.tar.gz mblaze-08b3c23d1a0374b92bdc55ca688b046f516a7b07.tar.xz mblaze-08b3c23d1a0374b92bdc55ca688b046f516a7b07.zip |
maddr.1: update wording
Diffstat (limited to 'man')
-rw-r--r-- | man/maddr.1 | 17 |
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 |