aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit3656477d258002490ebe1ae226e993fcfab79dc0 (patch)
tree014393d7ef96cdbf2620224abe51aed3b829b632 /chars.in
parent570b884a913ba6a94be4cb30c6d39915256fe27b (diff)
downloadmandoc-3656477d258002490ebe1ae226e993fcfab79dc0.tar.gz
mandoc-3656477d258002490ebe1ae226e993fcfab79dc0.tar.zst
mandoc-3656477d258002490ebe1ae226e993fcfab79dc0.zip
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.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/chars.in b/chars.in
index 5359d052..752015c1 100644
--- a/chars.in
+++ b/chars.in
@@ -1,4 +1,4 @@
-/* $Id: chars.in,v 1.48 2014/10/29 03:35:09 schwarze Exp $ */
+/* $Id: chars.in,v 1.49 2014/11/06 22:28:36 schwarze Exp $ */
/*
* Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -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)