summaryrefslogtreecommitdiffstats
path: root/man_html.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-05-05 13:17:54 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-05-05 13:17:54 +0000
commit3f8e564abc73c1abd2c1286b5e767b2b101aae57 (patch)
treeaebccb1b6107a9e62ad1dac4da8dd4c414557473 /man_html.c
parent15bf890a36f565c8fdfdcc05f8aea480a1026b98 (diff)
downloadmandoc-3f8e564abc73c1abd2c1286b5e767b2b101aae57.tar.gz
move .ll to the roff modules
Diffstat (limited to 'man_html.c')
-rw-r--r--man_html.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/man_html.c b/man_html.c
index 1b44eba8..c38c9f3b 100644
--- a/man_html.c
+++ b/man_html.c
@@ -107,7 +107,6 @@ static const struct htmlman __mans[MAN_MAX - MAN_TH] = {
{ NULL, NULL }, /* EE */
{ man_UR_pre, NULL }, /* UR */
{ NULL, NULL }, /* UE */
- { man_ign_pre, NULL }, /* ll */
};
static const struct htmlman *const mans = __mans - MAN_TH;