=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mdoc_term.c,v retrieving revision 1.228 retrieving revision 1.229 diff -c -r1.228 -r1.229 *** src/usr.bin/mandoc/mdoc_term.c 2015/10/12 00:07:27 1.228 --- src/usr.bin/mandoc/mdoc_term.c 2015/10/12 15:27:53 1.229 *************** *** 1,4 **** ! /* $OpenBSD: mdoc_term.c,v 1.228 2015/10/12 00:07:27 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2012-2015 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: mdoc_term.c,v 1.229 2015/10/12 15:27:53 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2012-2015 Ingo Schwarze *************** *** 885,891 **** case LIST_dash: case LIST_hyphen: term_fontpush(p, TERMFONT_BOLD); ! term_word(p, "\\(hy"); term_fontpop(p); break; case LIST_enum: --- 885,891 ---- case LIST_dash: case LIST_hyphen: term_fontpush(p, TERMFONT_BOLD); ! term_word(p, "-"); term_fontpop(p); break; case LIST_enum: