diff options
author | Larry Hynes <larry@larryhynes.com> | 2017-07-11 21:11:21 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-07-11 22:19:26 +0200 |
commit | f4e1b99b5152090478ddda0766e6471b6f15e8e7 (patch) | |
tree | 3f4e827d642d9ec1736d1e26546af3593d0c2b55 /man | |
parent | aee4d6e8e59022b9632afe8e628b55351ffc3f7e (diff) | |
download | mblaze-f4e1b99b5152090478ddda0766e6471b6f15e8e7.tar.gz mblaze-f4e1b99b5152090478ddda0766e6471b6f15e8e7.tar.xz mblaze-f4e1b99b5152090478ddda0766e6471b6f15e8e7.zip |
Changes to msort.1
- Clarify that its the message names, not the messages, that get printed - passed -> specified - Merge 3rd sentence in DESCRIPTION with 1st - 'the' standard input Closes: #66 [via git-merge-pr]
Diffstat (limited to 'man')
-rw-r--r-- | man/msort.1 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/man/msort.1 b/man/msort.1 index af736c0..a4760f2 100644 --- a/man/msort.1 +++ b/man/msort.1 @@ -11,19 +11,17 @@ .Op Ar msgs\ ... .Sh DESCRIPTION .Nm -sorts mail messages according to various orders. +sorts mail messages according to various orders, +and prints, one per line, the sorted message names. 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 sorted messages line by line. -.Pp The options are as follows: .Bl -tag -width Ds .It Fl r |