From 3656477d258002490ebe1ae226e993fcfab79dc0 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 6 Nov 2014 22:28:36 +0000 Subject: Let -Tascii \(bu (bullet) output agree with groff; this is now possible because -Tps now handles backspace overstriking. --- mdoc_man.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdoc_man.c') 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 * @@ -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(); -- cgit v1.2.3