From dbffea953801a652e15430a2258f39893758d532 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 * Copyright (c) 2011, 2012, 2013, 2014 Ingo Schwarze @@ -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 v1.2.3