]> git.cameronkatri.com Git - mandoc.git/commitdiff
Noted dissent with \- for OpenBSD.
authorKristaps Dzonsons <kristaps@bsd.lv>
Sun, 12 Jul 2009 08:49:50 +0000 (08:49 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Sun, 12 Jul 2009 08:49:50 +0000 (08:49 +0000)
mdoc_term.c

index cecdb9ce1ec14c5d0b010eecc5e72e729ee63ee0..205a44d81e51fd2f2220166ffe3075debd2303e9 100644 (file)
@@ -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 <kristaps@kth.se>
  *
@@ -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