mirror of
https://github.com/leahneukirchen/mblaze
synced 2024-11-11 13:10:32 +00:00
Merge branch 'master' into filename
This commit is contained in:
commit
d5886fdada
@ -102,8 +102,9 @@ Invert the match; print (or count) all files where
|
|||||||
does not match.
|
does not match.
|
||||||
.El
|
.El
|
||||||
.Sh EXIT STATUS
|
.Sh EXIT STATUS
|
||||||
|
The
|
||||||
.Nm
|
.Nm
|
||||||
exits 0 on success, 1 if no match was found
|
utility exits 0 on success, 1 if no match was found
|
||||||
and >1 if an error occurs.
|
and >1 if an error occurs.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr grep 1 ,
|
.Xr grep 1 ,
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
.Op Ar msgs\ ...
|
.Op Ar msgs\ ...
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm
|
.Nm
|
||||||
prints the mail headers of the given
|
prints the mail headers of the specified
|
||||||
.Ar msgs .
|
.Ar msgs .
|
||||||
See
|
See
|
||||||
.Xr mmsg 7
|
.Xr mmsg 7
|
||||||
@ -22,7 +22,7 @@ for the message argument syntax.
|
|||||||
.Pp
|
.Pp
|
||||||
If no
|
If no
|
||||||
.Ar msgs
|
.Ar msgs
|
||||||
are passed,
|
are specified,
|
||||||
.Nm
|
.Nm
|
||||||
will default to the current message.
|
will default to the current message.
|
||||||
.Pp
|
.Pp
|
||||||
@ -40,7 +40,7 @@ by a tab.
|
|||||||
Search for all occurrences of the headers
|
Search for all occurrences of the headers
|
||||||
(default: only the first).
|
(default: only the first).
|
||||||
.It Fl A
|
.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
|
.It Fl D
|
||||||
Assume header contains RFC 5322 date and print as Unix timestamp.
|
Assume header contains RFC 5322 date and print as Unix timestamp.
|
||||||
.El
|
.El
|
||||||
@ -48,7 +48,7 @@ Assume header contains RFC 5322 date and print as Unix timestamp.
|
|||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
utility exits 0 on success,
|
utility exits 0 on success,
|
||||||
1 when no header was printed,
|
1 if no header was printed,
|
||||||
and >1 if an error occurs.
|
and >1 if an error occurs.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr mmsg 7
|
.Xr mmsg 7
|
||||||
|
Loading…
Reference in New Issue
Block a user