summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-10-12 20:32:39 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-10-12 20:32:39 +0000
commitab6dba70bc67c1b960e4188660ed0e96d51668dc (patch)
tree755ae955ad015b03e7d448e6071a508fb89d6628
parent02b3344e0fd21379414fda1db3eb2c2471609106 (diff)
downloadmandoc-ab6dba70bc67c1b960e4188660ed0e96d51668dc.tar.gz
add missing entry for .ll to the dispatch table;
patch from Martin <Natano at natano dot net>, thanks
-rw-r--r--mandocdb.c1
1 files changed, 1 insertions, 0 deletions
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 */
};