aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_html.c
diff options
context:
space:
mode:
Diffstat (limited to 'man_html.c')
-rw-r--r--man_html.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/man_html.c b/man_html.c
index 75900970..7437ab20 100644
--- a/man_html.c
+++ b/man_html.c
@@ -1,4 +1,4 @@
-/* $Id: man_html.c,v 1.31 2010/05/15 15:54:39 kristaps Exp $ */
+/* $Id: man_html.c,v 1.32 2010/05/15 20:51:40 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -110,7 +110,6 @@ static const struct htmlman mans[MAN_MAX] = {
{ man_ign_pre, NULL }, /* dei */
{ man_ign_pre, NULL }, /* am */
{ man_ign_pre, NULL }, /* ami */
- { man_ign_pre, NULL }, /* ig */
{ NULL, NULL }, /* . */
};