From ab6dba70bc67c1b960e4188660ed0e96d51668dc Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 12 Oct 2014 20:32:39 +0000 Subject: add missing entry for .ll to the dispatch table; patch from Martin , thanks --- mandocdb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mandocdb.c b/mandocdb.c index 470e150f..3c212fc6 100644 --- a/mandocdb.c +++ b/mandocdb.c @@ -315,6 +315,7 @@ static const struct mdoc_handler mdocs[MDOC_MAX] = { { NULL, 0 }, /* sp */ { NULL, 0 }, /* %U */ { NULL, 0 }, /* Ta */ + { NULL, 0 }, /* ll */ }; -- cgit