summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mdoc_term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index 0b2b53db..abda8e30 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -887,7 +887,7 @@ termp_it_pre(DECL_ARGS)
case LIST_dash:
case LIST_hyphen:
term_fontpush(p, TERMFONT_BOLD);
- term_word(p, "\\(hy");
+ term_word(p, "-");
term_fontpop(p);
break;
case LIST_enum: