diff options
author | Larry Hynes <larry@larryhynes.com> | 2018-01-28 23:32:43 +0000 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-01-29 12:08:30 +0100 |
commit | 1f0b8a7d6dd0a8a7aeb97561c379eb0c25bb5d64 (patch) | |
tree | 1ff58c46163687ea3ad37e2afb46916aa6e6dd2b /man | |
parent | f812cdd926f0b82b8b6a20d89137aa31ca80973e (diff) | |
download | mblaze-1f0b8a7d6dd0a8a7aeb97561c379eb0c25bb5d64.tar.gz mblaze-1f0b8a7d6dd0a8a7aeb97561c379eb0c25bb5d64.tar.xz mblaze-1f0b8a7d6dd0a8a7aeb97561c379eb0c25bb5d64.zip |
magrep.1: update wording
Closes: #90 [via git-merge-pr]
Diffstat (limited to 'man')
-rw-r--r-- | man/magrep.1 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/man/magrep.1 b/man/magrep.1 index b746326..9aaebe5 100644 --- a/man/magrep.1 +++ b/man/magrep.1 @@ -3,7 +3,7 @@ .Os .Sh NAME .Nm magrep -.Nd print mails matching a pattern +.Nd search messages matching a pattern .Sh SYNOPSIS .Nm .Op Fl c | Fl q | Fl m Ar max @@ -20,12 +20,17 @@ if the value of .Ar header matches the POSIX Extended Regular Expression .Ar regex . +.Po +See +.Xr mmsg 7 +for the message argument syntax. +.Pc .Pp If .Ar header is empty, .Nm -matches against the Maildir flags of +matches against the maildir flags of .Ar msgs . .Pp If @@ -37,12 +42,9 @@ searches any plain text parts of the .Ar msgs body. .Pp -See -.Xr mmsg 7 -for the message argument syntax. If no .Ar msgs -are specified, and +are specified and .Nm is used interactively, the current sequence will be searched. |