summaryrefslogtreecommitdiffstats
path: root/man_action.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_action.c
parent3094579682f28cc9511e5e52f5fef2f4ee335f8c (diff)
downloadmandoc-45ec86af0876cfb3fe26e9d6545dd7fe008b81f0.tar.gz
Pull `ig' out of -man and leave it the roff preparser.
Diffstat (limited to 'man_action.c')
-rw-r--r--man_action.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/man_action.c b/man_action.c
index abd9cc62..befdab37 100644
--- a/man_action.c
+++ b/man_action.c
@@ -74,7 +74,6 @@ const struct actions man_actions[MAN_MAX] = {
{ post_de }, /* dei */
{ post_de }, /* am */
{ post_de }, /* ami */
- { post_de }, /* ig */
{ NULL }, /* . */
};