aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit264209da4a75cf323caf3e1a5e89534f15086b73 (patch)
tree48a9e3b0104477eb2934ee5b430c3f5e31d3ecc2 /mandocdb.c
parentecf3d7a66ad4080c5dabd04c50179340b4f39242 (diff)
downloadmandoc-264209da4a75cf323caf3e1a5e89534f15086b73.tar.gz
mandoc-264209da4a75cf323caf3e1a5e89534f15086b73.tar.zst
mandoc-264209da4a75cf323caf3e1a5e89534f15086b73.zip
move .ll to the roff modules
Diffstat (limited to 'mandocdb.c')
-rw-r--r--mandocdb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mandocdb.c b/mandocdb.c
index f7dfcab0..dccbc930 100644
--- a/mandocdb.c
+++ b/mandocdb.c
@@ -1,4 +1,4 @@
-/* $Id: mandocdb.c,v 1.247 2017/05/04 17:48:28 schwarze Exp $ */
+/* $Id: mandocdb.c,v 1.248 2017/05/05 13:17:55 schwarze Exp $ */
/*
* Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2011-2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -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;