summaryrefslogtreecommitdiffstats
path: root/man_term.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_term.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_term.c')
-rw-r--r--man_term.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/man_term.c b/man_term.c
index 216b5bb8..28d2a10f 100644
--- a/man_term.c
+++ b/man_term.c
@@ -114,7 +114,6 @@ static const struct termact termacts[MAN_MAX] = {
{ pre_I, NULL, 0 }, /* I */
{ pre_alternate, NULL, 0 }, /* IR */
{ pre_alternate, NULL, 0 }, /* RI */
- { pre_ign, NULL, MAN_NOTEXT }, /* na */
{ pre_sp, NULL, MAN_NOTEXT }, /* sp */
{ pre_literal, NULL, 0 }, /* nf */
{ pre_literal, NULL, 0 }, /* fi */