]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_html.c
Further apropos(1) speed optimization was trickier than anticipated.
[mandoc.git] / man_html.c
index 4deb1cb3e3a2d1cc318d63d368c96b5ef510b8a4..9cd9b286df04d8c7a5a3e95ba1bb1a7b41784ad3 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: man_html.c,v 1.91 2014/03/08 15:50:41 schwarze Exp $ */
+/*     $Id: man_html.c,v 1.92 2014/03/30 19:47:48 schwarze Exp $ */
 /*
  * Copyright (c) 2008-2012 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -119,6 +119,7 @@ static      const struct htmlman mans[MAN_MAX] = {
        { man_literal_pre, NULL }, /* EE */
        { man_UR_pre, NULL }, /* UR */
        { NULL, NULL }, /* UE */
+       { man_ign_pre, NULL }, /* ll */
 };
 
 /*