about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLarry Hynes <larry@larryhynes.com>2017-07-11 21:24:32 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-07-12 13:34:40 +0200
commit4d38a9c950c8f7a28a0f7dd7c422030c0d380ab2 (patch)
treedb96ec5ce947eed3aa40cd682575798ce71ac306
parentf4e1b99b5152090478ddda0766e6471b6f15e8e7 (diff)
downloadmblaze-4d38a9c950c8f7a28a0f7dd7c422030c0d380ab2.tar.gz
mblaze-4d38a9c950c8f7a28a0f7dd7c422030c0d380ab2.tar.xz
mblaze-4d38a9c950c8f7a28a0f7dd7c422030c0d380ab2.zip
Changes to mthread.1
- Sprinkle some commas
- passed -> specified
- 'the' standard input
- 'one per line'
- 'in case' -> 'if'
- Flesh out -S outbox example

Closes: #67 [via git-merge-pr]
-rw-r--r--man/mthread.115
1 files changed, 8 insertions, 7 deletions
diff --git a/man/mthread.1 b/man/mthread.1
index 5861955..8947349 100644
--- a/man/mthread.1
+++ b/man/mthread.1
@@ -11,20 +11,20 @@
 .Op Ar msgs\ ...
 .Sh DESCRIPTION
 .Nm
-groups messages together in parent/child relationships based on
+groups messages together in parent/child relationships, based on
 which messages are replies to which others.
 See
 .Xr mmsg 7
 for the message argument syntax.
 .Pp
-If no messages are passed,
+If no messages are specified,
 .Nm
-will read filenames from standard input,
+will read filenames from the standard input,
 or use the default sequence if used interactively.
 .Pp
 .Nm
-prints the threaded messages line by line, indented according to their
-depth in the message tree.
+prints the threaded messages one per line,
+indented according to their depth in the message tree.
 Unresolved Message-IDs are printed as-is.
 .Pp
 The options are as follows:
@@ -34,12 +34,13 @@ Do not prune unresolved Message-IDs at the top-level.
 .It Fl S Ar msg
 Treat
 .Ar msg
-as optional message(s) that will be added to threads only in case they
+as optional message(s) that will be added to threads only if they
 are referenced.
 Threads where all messages are optional are suppressed.
 You can use
 .Fl S
-to add outbox folders and complete threads where your replies were missing.
+to add an outbox folder, for example,
+completing threads where your replies were missing.
 .El
 .Sh EXIT STATUS
 .Ex -std