done: .de; todo: """"; loops in macro and string expansion
[mandoc.git] / man_html.c
index ed49846378498b9e6dfc0de1371dfac590ae3f67..f6e8360ec4df4ac2bea87a892e43745ca34aff5e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: man_html.c,v 1.50 2010/12/06 15:31:19 kristaps Exp $ */
+/*     $Id: man_html.c,v 1.52 2010/12/08 10:58:22 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -102,11 +102,9 @@ static     const struct htmlman mans[MAN_MAX] = {
        { man_alt_pre, NULL }, /* IR */
        { man_alt_pre, NULL }, /* RI */
        { NULL, NULL }, /* na */
-       { NULL, NULL }, /* i */
        { man_br_pre, NULL }, /* sp */
        { man_literal_pre, NULL }, /* nf */
        { man_literal_pre, NULL }, /* fi */
-       { NULL, NULL }, /* r */
        { NULL, NULL }, /* RE */
        { man_RS_pre, NULL }, /* RS */
        { man_ign_pre, NULL }, /* DT */
@@ -114,7 +112,7 @@ static      const struct htmlman mans[MAN_MAX] = {
        { man_ign_pre, NULL }, /* PD */
        { man_ign_pre, NULL }, /* AT */
        { man_in_pre, NULL }, /* in */
-       { man_in_pre, NULL }, /* ft */
+       { man_ign_pre, NULL }, /* ft */
 };