diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-05-05 13:17:54 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-05-05 13:17:54 +0000 |
commit | 3f8e564abc73c1abd2c1286b5e767b2b101aae57 (patch) | |
tree | aebccb1b6107a9e62ad1dac4da8dd4c414557473 /mandocdb.c | |
parent | 15bf890a36f565c8fdfdcc05f8aea480a1026b98 (diff) | |
download | mandoc-3f8e564abc73c1abd2c1286b5e767b2b101aae57.tar.gz |
move .ll to the roff modules
Diffstat (limited to 'mandocdb.c')
-rw-r--r-- | mandocdb.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |