about summary refs log tree commit diff
path: root/man/mscan.1
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-05-17 14:05:18 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-05-17 14:05:18 +0200
commitceeb3848e43f708e76e13d6d6089e59d665f2558 (patch)
treea2baf2f16d301f159fd014cab771035a6556f78b /man/mscan.1
parent152394d261075fab9f28833e0152093c495cddd4 (diff)
downloadmblaze-ceeb3848e43f708e76e13d6d6089e59d665f2558.tar.gz
mblaze-ceeb3848e43f708e76e13d6d6089e59d665f2558.tar.xz
mblaze-ceeb3848e43f708e76e13d6d6089e59d665f2558.zip
man: fix rendering with groff
Closes #32.
Diffstat (limited to 'man/mscan.1')
-rw-r--r--man/mscan.126
1 files changed, 13 insertions, 13 deletions
diff --git a/man/mscan.1 b/man/mscan.1
index f902d2e..d241d82 100644
--- a/man/mscan.1
+++ b/man/mscan.1
@@ -56,18 +56,18 @@ The following formatting codes can be used
 .Ar ( wd
 overrides the default width):
 .Bl -tag -width Ds
-.It Cm "\\n"
+.It Cm \en
 Newline
-.It Cm "\\t"
+.It Cm \et
 Tab
-.It Cm "%%"
+.It Cm \&%%
 A plain
-.Sq Li "%" .
+.Sq Li \&% .
 .It Cm "%" Ns Oo Ar wd Oc Ns Cm "b"
 Human-readable size of the message (in kilobytes).
 .It Cm "%c"
 A
-.Sq Li ">"
+.Sq Li \&
 on the current message, else a blank.
 .It Cm "%" Ns Oo Ar wd Oc Ns Cm "d"
 Adaptive date of the message.
@@ -103,9 +103,9 @@ The raw Maildir flags of the message.
 The number of the message in the current sequence.
 .It Cm "%r"
 A
-.Sq Li "-"
+.Sq Li \&-
 on a replied-to message, or a
-.Sq Li ":"
+.Sq Li \&:
 on a forwarded message, or a blank.
 .It Cm "%" Ns Oo Ar wd Oc Ns Cm "R"
 The filename of the message.
@@ -119,25 +119,25 @@ with leading
 etc. stripped.
 .It Cm "%t"
 A
-.Sq Li ">"
+.Sq Li \&>
 if you are in
 .Sq Li "To:" ,
 a
-.Sq Li "+"
+.Sq Li \&+
 if you are in
 .Sq Li "Cc:" ,
 a
-.Sq Li ":"
+.Sq Li \&:
 if you are in
 .Sq Li "Resent-To:" ,
 or a blank else.
 .It Cm "%u"
 A
-.Sq Li "*"
+.Sq Li \&*
 on a flagged message, or a
-.Sq Li "."
+.Sq Li \&.
 on an unseen message, or a
-.Sq Li "x"
+.Sq Li x
 on a trashed message, or a blank.
 .El
 .El