summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/man.c
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2015-01-24 02:41:32 +0000
committerschwarze <schwarze@openbsd.org>2015-01-24 02:41:32 +0000
commit32fe3fe6a8933df875ce3824342ba5977215175d (patch)
tree5fade4980a1176136f11611713620353002ee855 /usr.bin/mandoc/man.c
parentRemove a comment that is no longer true with MCLGETI and jumbos on (diff)
downloadwireguard-openbsd-32fe3fe6a8933df875ce3824342ba5977215175d.tar.xz
wireguard-openbsd-32fe3fe6a8933df875ce3824342ba5977215175d.zip
Strangely, ignoring the roff(7) .na request was implemented in the man(7)
parser. Simplify the code by moving it into the roff(7) parser, also making it work for mdoc(7).
Diffstat (limited to 'usr.bin/mandoc/man.c')
-rw-r--r--usr.bin/mandoc/man.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/man.c b/usr.bin/mandoc/man.c
index 29e57e56fd9..7e38742a237 100644
--- a/usr.bin/mandoc/man.c
+++ b/usr.bin/mandoc/man.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: man.c,v 1.95 2015/01/15 04:26:06 schwarze Exp $ */
+/* $OpenBSD: man.c,v 1.96 2015/01/24 02:41:32 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -37,7 +37,7 @@ const char *const __man_macronames[MAN_MAX] = {
"IP", "HP", "SM", "SB",
"BI", "IB", "BR", "RB",
"R", "B", "I", "IR",
- "RI", "na", "sp", "nf",
+ "RI", "sp", "nf",
"fi", "RE", "RS", "DT",
"UC", "PD", "AT", "in",
"ft", "OP", "EX", "EE",