summaryrefslogtreecommitdiffstats
path: root/chars.in
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-11-06 22:28:36 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-11-06 22:28:36 +0000
commitff905717c89842f1cb420f099793db00bd1ece3c (patch)
tree3230947c3e43cf56583476219bfe06b141216ed7 /chars.in
parente91f833a2c7da961fc0742650eae391056d9ccc3 (diff)
downloadmandoc-ff905717c89842f1cb420f099793db00bd1ece3c.tar.gz
Let -Tascii \(bu (bullet) output agree with groff;
this is now possible because -Tps now handles backspace overstriking.
Diffstat (limited to 'chars.in')
-rw-r--r--chars.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/chars.in b/chars.in
index 06c7d068..15974823 100644
--- a/chars.in
+++ b/chars.in
@@ -364,7 +364,7 @@ CHAR("rs", "\\", 92)
/* Text markers. */
CHAR("ci", "O", 9675)
-CHAR("bu", "o", 8226)
+CHAR("bu", "+\bo", 8226)
CHAR("dd", "|\b=", 8225)
CHAR("dg", "|\b-", 8224)
CHAR("lz", "<>", 9674)