summaryrefslogtreecommitdiffstats
path: root/mdoc_term.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc_term.c')
-rw-r--r--mdoc_term.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index a23bb33a..cb13f110 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -1140,13 +1140,8 @@ termp_nd_pre(DECL_ARGS)
if (MDOC_BODY != node->type)
return(1);
- /*
- * XXX: signed off by jmc@openbsd.org. This technically
- * produces a minus sign after the Nd, which is wrong, but is
- * consistent with the historic OpenBSD tmac file.
- */
#if defined(__OpenBSD__) || defined(__linux__)
- term_word(p, "\\-");
+ term_word(p, "\\(en");
#else
term_word(p, "\\(em");
#endif