diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-11-06 22:28:36 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-11-06 22:28:36 +0000 |
commit | ff905717c89842f1cb420f099793db00bd1ece3c (patch) | |
tree | 3230947c3e43cf56583476219bfe06b141216ed7 /mdoc_man.c | |
parent | e91f833a2c7da961fc0742650eae391056d9ccc3 (diff) | |
download | mandoc-ff905717c89842f1cb420f099793db00bd1ece3c.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |