summary refs log tree commit diff
diff options
context:
space:
mode:
authorLarry Hynes <larry@larryhynes.com>2017-07-01 17:35:24 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-07-01 18:56:09 +0200
commit2ff56193a9441b5652fa016beff60b4ae6937e89 (patch)
tree292b2ccc2e20da5d7f28ce986a6cbf5d112d78c3
parentf9ab1f52fe8d6500a03118560570daff4d41371e (diff)
downloadmblaze-2ff56193a9441b5652fa016beff60b4ae6937e89.tar.gz
mblaze-2ff56193a9441b5652fa016beff60b4ae6937e89.tar.xz
mblaze-2ff56193a9441b5652fa016beff60b4ae6937e89.zip
Changes to mhdr.1
- Use 'specified' instead of 'given' and 'passed'
- Clarify tab-separation for '-H'
- Use 'one per line' instead of 'line by line'

Closes: #52 [via git-merge-pr]
-rw-r--r--man/mhdr.112
1 files changed, 6 insertions, 6 deletions
diff --git a/man/mhdr.1 b/man/mhdr.1
index ddfb1ba..2c4d242 100644
--- a/man/mhdr.1
+++ b/man/mhdr.1
@@ -14,7 +14,7 @@
 .Op Ar msgs\ ...
 .Sh DESCRIPTION
 .Nm
-prints the mail headers of the given
+prints the mail headers of the specified
 .Ar msgs .
 See
 .Xr mmsg 7
@@ -22,7 +22,7 @@ for the message argument syntax.
 .Pp
 If no
 .Ar msgs
-are passed,
+are specified,
 .Nm
 will default to the current message.
 .Pp
@@ -34,13 +34,13 @@ Only print the values of the headers in the colon-separated list
 .It Fl d
 Decode the headers according to RFC 2047.
 .It Fl H
-Prefix all output lines with the file name of the message, separated
-by a tab.
+Prefix output lines with the file name of the message,
+followed by a tab.
 .It Fl M
 Search for all occurrences of the headers
 (default: only the first).
 .It Fl A
-Scan for RFC 5322 addresses in the headers and print them line by line.
+Scan for RFC 5322 addresses in the headers and print them, one per line.
 .It Fl D
 Assume header contains RFC 5322 date and print as Unix timestamp.
 .El
@@ -48,7 +48,7 @@ Assume header contains RFC 5322 date and print as Unix timestamp.
 The
 .Nm
 utility exits 0 on success,
-1 when no header was printed,
+1 if no header was printed,
 and >1 if an error occurs.
 .Sh SEE ALSO
 .Xr mmsg 7