]> git.cameronkatri.com Git - mandoc.git/commitdiff
add missing entry for .ll to the dispatch table;
authorIngo Schwarze <schwarze@openbsd.org>
Sun, 12 Oct 2014 20:32:39 +0000 (20:32 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Sun, 12 Oct 2014 20:32:39 +0000 (20:32 +0000)
patch from Martin <Natano at natano dot net>, thanks

mandocdb.c

index 8dd214942ea3e294abc337d9213cb2200c3c3ff8..d0422420ae23d1e9880c37ec0bfcbd56f934423e 100644 (file)
@@ -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 */
 };