=================================================================== RCS file: /cvs/mandoc/mdoc_man.c,v retrieving revision 1.71 retrieving revision 1.72 diff -u -p -r1.71 -r1.72 --- mandoc/mdoc_man.c 2014/10/30 20:10:02 1.71 +++ mandoc/mdoc_man.c 2014/11/06 22:28:36 1.72 @@ -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();