]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_action.c
Pull `ig' out of -man and leave it the roff preparser.
[mandoc.git] / man_action.c
index 2425c13adc6405a2f18a2f9fbf3c9bf4dd83182c..9bfe9b469eefdf1bc21af3cbc3f3ab65d0ca7482 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: man_action.c,v 1.32 2010/05/15 16:27:23 kristaps Exp $ */
+/*     $Id: man_action.c,v 1.33 2010/05/15 20:51:40 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -74,7 +74,6 @@ const struct actions man_actions[MAN_MAX] = {
        { post_de }, /* dei */
        { post_de }, /* am */
        { post_de }, /* ami */
-       { post_de }, /* ig */
        { NULL }, /* . */
 };