From 0a73b8ecc67f8ef65a270d0c20ebe29f454052b8 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 14 Jul 2009 16:03:51 +0000 Subject: Using \(en for OpenBSD `Nd' (compromise with jmc@openbsd.org). --- mdoc_term.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/mdoc_term.c b/mdoc_term.c index 1a59a3a0..12bea391 100644 --- a/mdoc_term.c +++ b/mdoc_term.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.40 2009/07/14 15:49:44 kristaps Exp $ */ +/* $Id: mdoc_term.c,v 1.41 2009/07/14 16:03:51 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -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 -- cgit v1.2.3-56-ge451