aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitaf2c97c7b003aede133aa66677d5d4c5bfc61c07 (patch)
treecc010657fc7909d9f9c7d6391ebf42a2019f012f /man_term.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_term.c')
-rw-r--r--man_term.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/man_term.c b/man_term.c
index 1c4f7e06..ab6e5b06 100644
--- a/man_term.c
+++ b/man_term.c
@@ -1,4 +1,4 @@
-/* $Id: man_term.c,v 1.165 2014/12/24 18:04:10 schwarze Exp $ */
+/* $Id: man_term.c,v 1.166 2015/01/24 02:41:49 schwarze Exp $ */
/*
* Copyright (c) 2008-2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010-2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -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 */