summary refs log tree commit diff
diff options
context:
space:
mode:
authorLarry Hynes <larry@larryhynes.com>2017-07-01 14:43:35 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-07-01 16:25:31 +0200
commit8d198d4d4ded1df423f58221ff0352972886d02c (patch)
tree07d062e5119baf749a011238089384dd5512954b
parent3db5847866e4e7e0dbb9f744cea011083721ae50 (diff)
downloadmblaze-8d198d4d4ded1df423f58221ff0352972886d02c.tar.gz
mblaze-8d198d4d4ded1df423f58221ff0352972886d02c.tar.xz
mblaze-8d198d4d4ded1df423f58221ff0352972886d02c.zip
Changes to mflag.1
- given -> specified
- stdin -> 'the standard input'
- Delete superfluous 'the'
- Make 'cur' link clear

Closes: #51 [via git-merge-pr]
-rw-r--r--man/mflag.115
1 files changed, 8 insertions, 7 deletions
diff --git a/man/mflag.1 b/man/mflag.1
index 2fe1a4a..478d8ad 100644
--- a/man/mflag.1
+++ b/man/mflag.1
@@ -16,9 +16,9 @@
 .Op Ar msgs\ ...
 .Sh DESCRIPTION
 .Nm
-changes the flags of the given
+changes the flags of the specified Maildir
 .Ar msgs
-according to the options.
+according to the options supplied.
 See
 .Xr mmsg 7
 for the message argument syntax.
@@ -85,15 +85,16 @@ with the characters in
 .Ar str .
 (Remember to use uppercase characters.)
 .It Fl v
-Read Maildir mails from stdin (or the use the whole current sequence, if
-used interactively) and print the transformed list of file names.
+Read Maildir mails from the standard input
+(or use the whole current sequence, if used interactively)
+and print the transformed list of file names.
 .Pp
 This can be used to keep the sequence intact in the case of renames.
 .El
 .Pp
-Note that the
-.Pa cur
-link is updated in all cases, when affected.
+Note that the link to
+.Pa ${MBLAZE:-$HOME/.mblaze}/cur
+is updated in all cases, when affected.
 .Sh EXIT STATUS
 .Ex -std
 .Sh SEE ALSO