]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_action.c
man(3) doesn't use err.h anymore.
[mandoc.git] / man_action.c
index 09885ee84adbfb2975e4104e9a61611ddebe517a..2c926b5d44e7f0f25fff842155e6aafb358dd0b9 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: man_action.c,v 1.8 2009/04/02 06:51:44 kristaps Exp $ */
+/* $Id: man_action.c,v 1.9 2009/04/05 16:34:22 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>
  *
@@ -61,6 +61,7 @@ const struct actions man_actions[MAN_MAX] = {
        { NULL }, /* RI */
        { NULL }, /* br */
        { NULL }, /* na */
+       { NULL }, /* i */
 };