aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_html.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_html.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_html.c')
-rw-r--r--man_html.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/man_html.c b/man_html.c
index 171a6df6..5b772ed3 100644
--- a/man_html.c
+++ b/man_html.c
@@ -1,4 +1,4 @@
-/* $Id: man_html.c,v 1.108 2014/12/23 09:31:46 schwarze Exp $ */
+/* $Id: man_html.c,v 1.109 2015/01/24 02:41:49 schwarze Exp $ */
/*
* Copyright (c) 2008-2012, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -100,7 +100,6 @@ static const struct htmlman mans[MAN_MAX] = {
{ man_I_pre, NULL }, /* I */
{ man_alt_pre, NULL }, /* IR */
{ man_alt_pre, NULL }, /* RI */
- { man_ign_pre, NULL }, /* na */
{ man_br_pre, NULL }, /* sp */
{ man_literal_pre, NULL }, /* nf */
{ man_literal_pre, NULL }, /* fi */