aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandocdb.c
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
commitdbffea953801a652e15430a2258f39893758d532 (patch)
treef27e3f8635ace5d16d23fa9da07dda62b5a94b4c /mandocdb.c
parent1e5949c792388e676eb6854670e69cb5b6586672 (diff)
downloadmandoc-dbffea953801a652e15430a2258f39893758d532.tar.gz
mandoc-dbffea953801a652e15430a2258f39893758d532.tar.zst
mandoc-dbffea953801a652e15430a2258f39893758d532.zip
add missing entry for .ll to the dispatch table;
patch from Martin <Natano at natano dot net>, thanks
Diffstat (limited to 'mandocdb.c')
-rw-r--r--mandocdb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mandocdb.c b/mandocdb.c
index 8dd21494..d0422420 100644
--- a/mandocdb.c
+++ b/mandocdb.c
@@ -1,4 +1,4 @@
-/* $Id: mandocdb.c,v 1.165 2014/09/09 19:35:25 schwarze Exp $ */
+/* $Id: mandocdb.c,v 1.166 2014/10/12 20:32:39 schwarze Exp $ */
/*
* Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2011, 2012, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -315,6 +315,7 @@ static const struct mdoc_handler mdocs[MDOC_MAX] = {
{ NULL, 0 }, /* sp */
{ NULL, 0 }, /* %U */
{ NULL, 0 }, /* Ta */
+ { NULL, 0 }, /* ll */
};