aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-01-24 02:41:49 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-01-24 02:41:49 +0000
commitaf2c97c7b003aede133aa66677d5d4c5bfc61c07 (patch)
treecc010657fc7909d9f9c7d6391ebf42a2019f012f /man.c
parentae1ae80a8fe8505dc167256dceb8e02e9c999e92 (diff)
downloadmandoc-af2c97c7b003aede133aa66677d5d4c5bfc61c07.tar.gz
mandoc-af2c97c7b003aede133aa66677d5d4c5bfc61c07.tar.zst
mandoc-af2c97c7b003aede133aa66677d5d4c5bfc61c07.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 'man.c')
-rw-r--r--man.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/man.c b/man.c
index 5261d1e9..6e9801a8 100644
--- a/man.c
+++ b/man.c
@@ -1,4 +1,4 @@
-/* $Id: man.c,v 1.147 2015/01/15 04:26:40 schwarze Exp $ */
+/* $Id: man.c,v 1.148 2015/01/24 02:41:49 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -39,7 +39,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",