aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_man.c
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 /mdoc_man.c
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 'mdoc_man.c')
-rw-r--r--mdoc_man.c4
1 files changed, 2 insertions, 2 deletions
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();