diff options
author | Leah Neukirchen <leah@vuxu.org> | 2020-07-03 17:26:48 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2020-07-03 17:26:48 +0200 |
commit | e7442fcc72d0720d0b2190795958aa235b22a909 (patch) | |
tree | 5eefbbff3778e35569d07a776d98b2966aaafe55 /man | |
parent | 54283ebeeedbd29c7b151be8c1ecdd054ed5595f (diff) | |
download | mblaze-e7442fcc72d0720d0b2190795958aa235b22a909.tar.gz mblaze-e7442fcc72d0720d0b2190795958aa235b22a909.tar.xz mblaze-e7442fcc72d0720d0b2190795958aa235b22a909.zip |
seq: - now refers to the message on stdin, use .- for previous message
Diffstat (limited to 'man')
-rw-r--r-- | man/mmsg.7 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/man/mmsg.7 b/man/mmsg.7 index 775e503..b413960 100644 --- a/man/mmsg.7 +++ b/man/mmsg.7 @@ -1,4 +1,4 @@ -.Dd July 22, 2016 +.Dd July 3, 2020 .Dt MMSG 7 .Os .Sh NAME @@ -77,7 +77,9 @@ with more indentation .Pc . .Pp The following special shortcuts may be used: -.Bl -tag -width 3n +.Bl -tag -width 4n +.It Sq Li \&- +refers to the message read directly from the standard input. .It Sq Li \&. refers to the current message. Additionally, the syntax @@ -91,7 +93,7 @@ refers to the next message like .Sq Li \&.+1 .Pc -.It Sq Li \&- +.It Sq Li \&.- refers to the previous message .Po like |