diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-15 20:51:40 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-15 20:51:40 +0000 |
commit | 45ec86af0876cfb3fe26e9d6545dd7fe008b81f0 (patch) | |
tree | 2be8f9a2ca8e4913741f6f25bed437d316915fb0 /man_term.c | |
parent | 3094579682f28cc9511e5e52f5fef2f4ee335f8c (diff) | |
download | mandoc-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 }, /* . */ }; |