diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-10-12 20:32:39 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-10-12 20:32:39 +0000 |
commit | ab6dba70bc67c1b960e4188660ed0e96d51668dc (patch) | |
tree | 755ae955ad015b03e7d448e6071a508fb89d6628 /mandocdb.c | |
parent | 02b3344e0fd21379414fda1db3eb2c2471609106 (diff) | |
download | mandoc-ab6dba70bc67c1b960e4188660ed0e96d51668dc.tar.gz |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -315,6 +315,7 @@ static const struct mdoc_handler mdocs[MDOC_MAX] = { { NULL, 0 }, /* sp */ { NULL, 0 }, /* %U */ { NULL, 0 }, /* Ta */ + { NULL, 0 }, /* ll */ }; |