about summary refs log tree commit diff
path: root/man
diff options
context:
space:
mode:
authorLarry Hynes <larry@larryhynes.com>2018-02-02 18:59:51 +0000
committerLeah Neukirchen <leah@vuxu.org>2018-02-02 20:52:43 +0100
commitbe0297bd5681bb52d61418ee49632f5294ccb308 (patch)
tree7ff696d67f7d6969a5d35330650139b6652e263d /man
parent36b4b914e24bacbecb68ccec1c8f0f580e997536 (diff)
downloadmblaze-be0297bd5681bb52d61418ee49632f5294ccb308.tar.gz
mblaze-be0297bd5681bb52d61418ee49632f5294ccb308.tar.xz
mblaze-be0297bd5681bb52d61418ee49632f5294ccb308.zip
mflag.1: update wording
Closes: #98 [via git-merge-pr]
Diffstat (limited to 'man')
-rw-r--r--man/mflag.119
1 files changed, 11 insertions, 8 deletions
diff --git a/man/mflag.1 b/man/mflag.1
index 0450e23..8040aa1 100644
--- a/man/mflag.1
+++ b/man/mflag.1
@@ -3,7 +3,7 @@
 .Os
 .Sh NAME
 .Nm mflag
-.Nd manipulate Maildir mail flags
+.Nd manipulate maildir flags
 .Sh SYNOPSIS
 .Nm
 .Op Fl DFPRST
@@ -16,12 +16,14 @@
 .Op Ar msgs\ ...
 .Sh DESCRIPTION
 .Nm
-changes the flags of the specified Maildir
+changes the flags of the specified maildir
 .Ar msgs
 according to the options supplied.
+.Po
 See
 .Xr mmsg 7
 for the message argument syntax.
+.Pc
 .Pp
 The options are as follows:
 .Bl -tag -width Ds
@@ -36,7 +38,8 @@ as flagged.
 .It Fl P
 Mark
 .Ar msgs
-as passed (resent/forwarded/bounced).
+as passed
+.Pq resent/forwarded/bounced .
 .It Fl R
 Mark
 .Ar msgs
@@ -65,7 +68,8 @@ as flagged.
 .It Fl p
 Unmark
 .Ar msgs
-as passed (resent/forwarded/bounced).
+as passed
+.Pq resent/forwarded/bounced .
 .It Fl r
 Unmark
 .Ar msgs
@@ -83,12 +87,11 @@ Unmark
 .Ar msgs
 with the characters in
 .Ar str .
-(Remember to use uppercase characters.)
+.Pq Remember to use uppercase characters.
 .It Fl v
-Read Maildir mails from the standard input
-(or use the whole current sequence, if used interactively)
+Read messages from the standard input
+.Pq or use the whole current sequence, if used interactively
 and print the transformed list of filenames.
-.Pp
 This can be used to keep the sequence intact in the case of renames.
 .El
 .Pp