summaryrefslogtreecommitdiffstats
path: root/man_html.c
diff options
context:
space:
mode:
Diffstat (limited to 'man_html.c')
-rw-r--r--man_html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/man_html.c b/man_html.c
index 65c3e5ee..b1134e1a 100644
--- a/man_html.c
+++ b/man_html.c
@@ -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 */
};
/*