From ff9971487e60c2e6e8f7858745eea6520b1c0aa5 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 5 May 2017 02:06:19 +0000 Subject: Move handling of the roff(7) .ft request from the man(7) modules to the new roff(7) modules. As a side effect, mdoc(7) now handles .ft, too. Of course, do not use that. --- man_html.c | 1 - 1 file changed, 1 deletion(-) (limited to 'man_html.c') diff --git a/man_html.c b/man_html.c index dccd15af..1b44eba8 100644 --- a/man_html.c +++ b/man_html.c @@ -102,7 +102,6 @@ static const struct htmlman __mans[MAN_MAX - MAN_TH] = { { man_ign_pre, NULL }, /* PD */ { man_ign_pre, NULL }, /* AT */ { man_in_pre, NULL }, /* in */ - { man_ign_pre, NULL }, /* ft */ { man_OP_pre, NULL }, /* OP */ { NULL, NULL }, /* EX */ { NULL, NULL }, /* EE */ -- cgit