summaryrefslogtreecommitdiffstats
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
commit46720e11f3c6e90c1850aaeb920a5a9b9b6eb659 (patch)
tree766adc3a89b9e019a0358906bfd706a7fbe2163c /man_html.c
parent9c71b16d77c19d5b2623befffcb1f7a489960bcc (diff)
downloadmandoc-46720e11f3c6e90c1850aaeb920a5a9b9b6eb659.tar.gz
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/man_html.c b/man_html.c
index e91ec88c..4898b652 100644
--- a/man_html.c
+++ b/man_html.c
@@ -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 */