about summary refs log tree commit diff
path: root/man/mmsg.7
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-07-02 18:54:25 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-07-02 18:54:25 +0200
commit12b1722868bb0ae5ea6203eb33482df6e79c478b (patch)
treec93195a8aa4f6f31898dfb794a10c6a1e334b4bc /man/mmsg.7
parent8e833606c1b9ec9395caaec8678f59d62f1a3119 (diff)
downloadmblaze-12b1722868bb0ae5ea6203eb33482df6e79c478b.tar.gz
mblaze-12b1722868bb0ae5ea6203eb33482df6e79c478b.tar.xz
mblaze-12b1722868bb0ae5ea6203eb33482df6e79c478b.zip
mmsg.7: document new selectors
Diffstat (limited to 'man/mmsg.7')
-rw-r--r--man/mmsg.718
1 files changed, 17 insertions, 1 deletions
diff --git a/man/mmsg.7 b/man/mmsg.7
index 01cd41b..1fc750b 100644
--- a/man/mmsg.7
+++ b/man/mmsg.7
@@ -57,6 +57,13 @@ If the sequence does not contain a
 it is considered to be a single message, equivalent to the range
 .Sq Ar start Ns Cm \&: Ns Ar start
 of size one.
+The special notation
+.Sq Ar start Ns Cm \&:+ Ns Ar n ,
+selects
+.Ar start
+and the next
+.Ar n
+messages.
 .Pp
 If the sequence is threaded, the following
 syntax may be used:
@@ -72,7 +79,7 @@ refers to the subthread headed by
 .Ar msg
 (i.e. all messages below with more indentation).
 .Pp
-There are four special shortcuts:
+There are seven special shortcuts:
 .Bl -tag -width 3n
 .It Sq Li \&.
 refers to the current message.
@@ -90,6 +97,15 @@ refers to the previous message (like
 .It Sq Li \&$
 refers to the last message (like
 .Sq Li -1 ) .
+.It Sq Li \&^
+refers to the current parent message (like
+.Sq Li \&.^ ) .
+.It Sq Li \&=
+refers to the current thread (like
+.Sq Li \&.= ) .
+.It Sq Li \&_
+refers to the current subthread (like
+.Sq Li \&._ ) .
 .El
 .Sh AUTHORS
 .An Leah Neukirchen Aq Mt leah@vuxu.org