aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--chars.in4
-rw-r--r--mdoc_man.c4
2 files changed, 4 insertions, 4 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)
diff --git a/mdoc_man.c b/mdoc_man.c
index 62082f31..e0fbeeb4 100644
--- a/mdoc_man.c
+++ b/mdoc_man.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_man.c,v 1.71 2014/10/30 20:10:02 schwarze Exp $ */
+/* $Id: mdoc_man.c,v 1.72 2014/11/06 22:28:36 schwarze Exp $ */
/*
* Copyright (c) 2011, 2012, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
*
@@ -1340,7 +1340,7 @@ pre_it(DECL_ARGS)
outflags |= MMAN_nl;
font_push('B');
if (LIST_bullet == bln->norm->Bl.type)
- print_word("o");
+ print_word("\\(bu");
else
print_word("-");
font_pop();