From 264209da4a75cf323caf3e1a5e89534f15086b73 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 5 May 2017 13:17:54 +0000 Subject: move .ll to the roff modules --- mandocdb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mandocdb.c') 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 * Copyright (c) 2011-2017 Ingo Schwarze @@ -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; -- cgit v1.2.3-56-ge451