From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (schwarze@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.5/8.14.5) with ESMTP id s9CKWgJg029287 for ; Sun, 12 Oct 2014 16:32:42 -0400 (EDT) Received: (from schwarze@localhost) by krisdoz.my.domain (8.14.5/8.14.3/Submit) id s9CKWdAW017424; Sun, 12 Oct 2014 16:32:39 -0400 (EDT) Date: Sun, 12 Oct 2014 16:32:39 -0400 (EDT) Message-Id: <201410122032.s9CKWdAW017424@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: add missing entry for .ll to the dispatch table; patch from X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- add missing entry for .ll to the dispatch table; patch from Martin , thanks Modified Files: -------------- mdocml: mandocdb.c Revision Data ------------- Index: mandocdb.c =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mandocdb.c,v retrieving revision 1.165 retrieving revision 1.166 diff -Lmandocdb.c -Lmandocdb.c -u -p -r1.165 -r1.166 --- mandocdb.c +++ mandocdb.c @@ -315,6 +315,7 @@ static const struct mdoc_handler mdocs[M { NULL, 0 }, /* sp */ { NULL, 0 }, /* %U */ { NULL, 0 }, /* Ta */ + { NULL, 0 }, /* ll */ }; -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv