]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_html.c
Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the roff prepro...
[mandoc.git] / man_html.c
index 7437ab202e7cc3c6577d39f29576cbd2dd50031e..3a6be4a98f26f8ecd7cd3d1d187b9b8daaa2ddf7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: man_html.c,v 1.32 2010/05/15 20:51:40 kristaps Exp $ */
+/*     $Id: man_html.c,v 1.33 2010/05/15 22:44:04 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -106,11 +106,6 @@ static     const struct htmlman mans[MAN_MAX] = {
        { man_br_pre, NULL }, /* Sp */
        { man_ign_pre, NULL }, /* Vb */
        { NULL, NULL }, /* Ve */
-       { man_ign_pre, NULL }, /* de */
-       { man_ign_pre, NULL }, /* dei */
-       { man_ign_pre, NULL }, /* am */
-       { man_ign_pre, NULL }, /* ami */
-       { NULL, NULL }, /* . */
 };