From 31481f8b851590110b73e1c46b7a20aac53641bd Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 22 Jul 2016 21:43:03 +0200 Subject: rename mmsg(5) to mmsg(7) --- man/mcomp.1 | 4 ++-- man/mflag.1 | 4 ++-- man/mhdr.1 | 4 ++-- man/mless.1 | 4 ++-- man/mmsg.5 | 75 ----------------------------------------------------------- man/mmsg.7 | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ man/mscan.1 | 4 ++-- man/mseq.1 | 4 ++-- man/mshow.1 | 4 ++-- man/msort.1 | 4 ++-- man/mthread.1 | 4 ++-- 11 files changed, 93 insertions(+), 93 deletions(-) delete mode 100644 man/mmsg.5 create mode 100644 man/mmsg.7 diff --git a/man/mcomp.1 b/man/mcomp.1 index ea69b65..b467e50 100644 --- a/man/mcomp.1 +++ b/man/mcomp.1 @@ -22,7 +22,7 @@ behaves like but fills the draft such that the mail will be a reply to the message .Ar msg . See -.Xr mmsg 5 +.Xr mmsg 7 for the message argument syntax. .Sh MENU COMMANDS .Bl -tag -width 2n @@ -62,7 +62,7 @@ Default signature. .Ex -std .Sh SEE ALSO .Xr mmime 1 , -.Xr mmsg 5 +.Xr mmsg 7 .Sh AUTHORS .An Christian Neukirchen Aq Mt chneukirchen@gmail.com .Sh LICENSE diff --git a/man/mflag.1 b/man/mflag.1 index d3b0eed..a8f3c1b 100644 --- a/man/mflag.1 +++ b/man/mflag.1 @@ -20,7 +20,7 @@ flags changes the flags of the given .Ar msgs according to the options. See -.Xr mmsg 5 +.Xr mmsg 7 for the message argument syntax. .Pp The options are as follows: @@ -97,7 +97,7 @@ link is updated in all cases, when affected. .Sh EXIT STATUS .Ex -std .Sh SEE ALSO -.Xr mmsg 5 +.Xr mmsg 7 .Pp .Lk https://cr.yp.to/proto/maildir.html "Using maildir format" .Sh AUTHORS diff --git a/man/mhdr.1 b/man/mhdr.1 index b0ff12b..31648fc 100644 --- a/man/mhdr.1 +++ b/man/mhdr.1 @@ -13,7 +13,7 @@ prints the mail headers of the given .Ar msgs . See -.Xr mmsg 5 +.Xr mmsg 7 for the message argument syntax. .Pp If no @@ -33,7 +33,7 @@ By default, print all headers in normalized form (lowercase and unfolded). .Sh EXIT STATUS .Ex -std .Sh SEE ALSO -.Xr mmsg 5 +.Xr mmsg 7 .Sh AUTHORS .An Christian Neukirchen Aq Mt chneukirchen@gmail.com .Sh LICENSE diff --git a/man/mless.1 b/man/mless.1 index c0a3a9c..f7210f3 100644 --- a/man/mless.1 +++ b/man/mless.1 @@ -15,7 +15,7 @@ on the output of .Xr mshow 1 for the given messages. See -.Xr mmsg 5 +.Xr mmsg 7 for the message argument syntax. .Pp When no messages are passed and standard input is from a pipe, @@ -40,7 +40,7 @@ displaying the current message if possible. .Xr mscan 1 , .Xr msetseq 1 , .Xr mshow 1 , -.Xr mmsg 5 +.Xr mmsg 7 .Sh AUTHORS .An Christian Neukirchen Aq Mt chneukirchen@gmail.com .Sh LICENSE diff --git a/man/mmsg.5 b/man/mmsg.5 deleted file mode 100644 index b01d3b8..0000000 --- a/man/mmsg.5 +++ /dev/null @@ -1,75 +0,0 @@ -.Dd July 22, 2016 -.Dt MMSG 5 -.Os -.Sh NAME -.Nm mmsg -.Nd Santoku message argument syntax -.Sh DESCRIPTION -This manpage documents the message syntax used -by the tools -.Xr mflag 1 , -.Xr mhdr 1 , -.Xr mless 1 , -.Xr mrepl 1 , -.Xr mscan 1 , -.Xr mseq 1 , -.Xr mshow 1 , -.Xr msort 1 , -.Xr mthread 1 . -.Pp -In general, you can always pass a file name as a message, -if it contains a -.Sq Li \&/ -character. -Use -.Sq Li \&./ -to prefix messages in the current directory. -.Pp -Sequences have the format -.Sq Ar start Ns Li \&: Ns Ar stop , -where -.Ar start -and -.Ar stop -are one-based indexes into the sequence. -Negative numbers count from the end. -If -.Ar start -is the empty string, -.Li 1 -will be used instead. -If -.Ar stop -is the empty string, -.Li \&-1 -will be used instead. -Thus, -.Sq Li \&: -represents the whole sequence. -If the sequence does not contain a -.Sq Li \&: , -it is considered to be a single message, equivalent to the range -.Sq Ar start Ns Li \&: Ns Ar start -of size one. -.Pp -There are four special shortcuts: -.Bl -tag -width 3n -.It Sq Li \&. -refers to the current message. -Additionally, the syntax -.Sq Li \&.+ Ns Ar N -and -.Sq Li \&.- Ns Ar N -can be used to refer to messages relative to the current message. -.It Sq Li \&+ -refers to the next message (like -.Sq Li \&.+1 ) . -.It Sq Li \&- -refers to the previous message (like -.Sq Li \&.-1 ) . -.It Sq Li \&$ -refers to the last message (like -.Sq Li -1 ) . -.El -.Sh AUTHORS -.An Christian Neukirchen Aq Mt chneukirchen@gmail.com diff --git a/man/mmsg.7 b/man/mmsg.7 new file mode 100644 index 0000000..3ee4d47 --- /dev/null +++ b/man/mmsg.7 @@ -0,0 +1,75 @@ +.Dd July 22, 2016 +.Dt MMSG 7 +.Os +.Sh NAME +.Nm mmsg +.Nd Santoku message argument syntax +.Sh DESCRIPTION +This manpage documents the message syntax used +by the tools +.Xr mflag 1 , +.Xr mhdr 1 , +.Xr mless 1 , +.Xr mrepl 1 , +.Xr mscan 1 , +.Xr mseq 1 , +.Xr mshow 1 , +.Xr msort 1 , +.Xr mthread 1 . +.Pp +In general, you can always pass a file name as a message, +if it contains a +.Sq Li \&/ +character. +Use +.Sq Li \&./ +to prefix messages in the current directory. +.Pp +Sequences have the format +.Sq Ar start Ns Li \&: Ns Ar stop , +where +.Ar start +and +.Ar stop +are one-based indexes into the sequence. +Negative numbers count from the end. +If +.Ar start +is the empty string, +.Li 1 +will be used instead. +If +.Ar stop +is the empty string, +.Li \&-1 +will be used instead. +Thus, +.Sq Li \&: +represents the whole sequence. +If the sequence does not contain a +.Sq Li \&: , +it is considered to be a single message, equivalent to the range +.Sq Ar start Ns Li \&: Ns Ar start +of size one. +.Pp +There are four special shortcuts: +.Bl -tag -width 3n +.It Sq Li \&. +refers to the current message. +Additionally, the syntax +.Sq Li \&.+ Ns Ar N +and +.Sq Li \&.- Ns Ar N +can be used to refer to messages relative to the current message. +.It Sq Li \&+ +refers to the next message (like +.Sq Li \&.+1 ) . +.It Sq Li \&- +refers to the previous message (like +.Sq Li \&.-1 ) . +.It Sq Li \&$ +refers to the last message (like +.Sq Li -1 ) . +.El +.Sh AUTHORS +.An Christian Neukirchen Aq Mt chneukirchen@gmail.com diff --git a/man/mscan.1 b/man/mscan.1 index 6c7055a..e3261bf 100644 --- a/man/mscan.1 +++ b/man/mscan.1 @@ -11,7 +11,7 @@ .Nm prints a one line summary for each message. See -.Xr mmsg 5 +.Xr mmsg 7 for the message argument syntax. .Pp If no @@ -45,7 +45,7 @@ A replied-to message .Sh EXIT STATUS .Ex -std .Sh SEE ALSO -.Xr mmsg 5 +.Xr mmsg 7 .Sh AUTHORS .An Christian Neukirchen Aq Mt chneukirchen@gmail.com .Sh LICENSE diff --git a/man/mseq.1 b/man/mseq.1 index 0a938a8..583b560 100644 --- a/man/mseq.1 +++ b/man/mseq.1 @@ -13,7 +13,7 @@ .Nm prints messages in the mail sequence. See -.Xr mmsg 5 +.Xr mmsg 7 for the message argument syntax. .Pp If no @@ -35,7 +35,7 @@ Remove leading indentation from the file names. .Sh EXIT STATUS .Ex -std .Sh SEE ALSO -.Xr mmsg 5 +.Xr mmsg 7 .Sh AUTHORS .An Christian Neukirchen Aq Mt chneukirchen@gmail.com .Sh LICENSE diff --git a/man/mshow.1 b/man/mshow.1 index 7a3924e..cf44a2a 100644 --- a/man/mshow.1 +++ b/man/mshow.1 @@ -26,7 +26,7 @@ By default, .Nm renders the passed messages to standard output. See -.Xr mmsg 5 +.Xr mmsg 7 for the message argument syntax. If used interactively and no messages are given, displays the current message. @@ -98,7 +98,7 @@ if known. .Sh EXIT STATUS .Ex -std .Sh SEE ALSO -.Xr mmsg 5 +.Xr mmsg 7 .Sh AUTHORS .An Christian Neukirchen Aq Mt chneukirchen@gmail.com .Sh LICENSE diff --git a/man/msort.1 b/man/msort.1 index 5e12cd0..44cd332 100644 --- a/man/msort.1 +++ b/man/msort.1 @@ -13,7 +13,7 @@ .Nm sorts mail messages according to various orders. See -.Xr mmsg 5 +.Xr mmsg 7 for the message argument syntax. .Pp If no messages are passed, @@ -48,7 +48,7 @@ Sort by message file size. .Sh EXIT STATUS .Ex -std .Sh SEE ALSO -.Xr mmsg 5 +.Xr mmsg 7 .Sh AUTHORS .An Christian Neukirchen Aq Mt chneukirchen@gmail.com .Sh LICENSE diff --git a/man/mthread.1 b/man/mthread.1 index d653d28..0ee1216 100644 --- a/man/mthread.1 +++ b/man/mthread.1 @@ -13,7 +13,7 @@ groups messages together in parent/child relationships based on which messages are replies to which others. See -.Xr mmsg 5 +.Xr mmsg 7 for the message argument syntax. .Pp If no messages are passed, @@ -34,7 +34,7 @@ Do not prune unresolved Message-IDs at the top-level. .Sh EXIT STATUS .Ex -std .Sh SEE ALSO -.Xr mmsg 5 +.Xr mmsg 7 .Pp .Lk https://www.jwz.org/doc/threading.html "Message threading" .Sh AUTHORS -- cgit 1.4.1