aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_html.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
commit41c0c172fa779a830e564f1257bee34c155ba2d0 (patch)
treee028513b19af5d85a34dac3d72c7b14bde6840a3 /man_html.c
parente29a5b5a80c81fa6045785639e678bb968bd3e34 (diff)
downloadmandoc-41c0c172fa779a830e564f1257bee34c155ba2d0.tar.gz
mandoc-41c0c172fa779a830e564f1257bee34c155ba2d0.tar.zst
mandoc-41c0c172fa779a830e564f1257bee34c155ba2d0.zip
Pull `ig' out of -man and leave it the roff preparser.
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 }, /* . */
};