summaryrefslogtreecommitdiffstats
path: root/man_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-15 20:51:40 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-15 20:51:40 +0000
commit45ec86af0876cfb3fe26e9d6545dd7fe008b81f0 (patch)
tree2be8f9a2ca8e4913741f6f25bed437d316915fb0 /man_term.c
parent3094579682f28cc9511e5e52f5fef2f4ee335f8c (diff)
downloadmandoc-45ec86af0876cfb3fe26e9d6545dd7fe008b81f0.tar.gz
Pull `ig' out of -man and leave it the roff preparser.
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 e41a8ea4..52d67e88 100644
--- a/man_term.c
+++ b/man_term.c
@@ -146,7 +146,6 @@ static const struct termact termacts[MAN_MAX] = {
{ pre_ign, NULL, MAN_NOTEXT }, /* dei */
{ pre_ign, NULL, MAN_NOTEXT }, /* am */
{ pre_ign, NULL, MAN_NOTEXT }, /* ami */
- { pre_ign, NULL, MAN_NOTEXT }, /* ig */
{ NULL, NULL, 0 }, /* . */
};