From f4126de626c0004e633d89ab7d6750d70ddd85a9 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 12 Jul 2009 08:49:50 +0000 Subject: Noted dissent with \- for OpenBSD. --- mdoc_term.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'mdoc_term.c') diff --git a/mdoc_term.c b/mdoc_term.c index cecdb9ce..205a44d8 100644 --- a/mdoc_term.c +++ b/mdoc_term.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.23 2009/07/12 08:45:56 kristaps Exp $ */ +/* $Id: mdoc_term.c,v 1.24 2009/07/12 08:49:50 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -1134,7 +1134,11 @@ termp_ex_pre(DECL_ARGS) static int termp_nd_pre(DECL_ARGS) { - + /* + * 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. + */ #ifdef __OpenBSD__ term_word(p, "\\-"); #else -- cgit v1.2.3-56-ge451