summaryrefslogtreecommitdiffstats
path: root/mandocdb.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 /mandocdb.c
parent15bf890a36f565c8fdfdcc05f8aea480a1026b98 (diff)
downloadmandoc-3f8e564abc73c1abd2c1286b5e767b2b101aae57.tar.gz
move .ll to the roff modules
Diffstat (limited to 'mandocdb.c')
-rw-r--r--mandocdb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mandocdb.c b/mandocdb.c
index 290d650c..e8142921 100644
--- a/mandocdb.c
+++ b/mandocdb.c
@@ -305,7 +305,6 @@ static const struct mdoc_handler __mdocs[MDOC_MAX - MDOC_Dd] = {
{ NULL, 0, 0 }, /* sp */
{ NULL, 0, 0 }, /* %U */
{ NULL, 0, 0 }, /* Ta */
- { NULL, 0, 0 }, /* ll */
};
static const struct mdoc_handler *const mdocs = __mdocs - MDOC_Dd;