From 8824599579c15c29a52a6ec127ec1b2a35719e2c Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 6 Dec 2010 15:31:19 +0000 Subject: Add support for `ft' macro found in groff(7). Based on a patch by schwarze@, but without the -T[x]html handling, which structurally does not work. Also add man.7 documentation (not in original patch). --- man_html.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man_html.c') diff --git a/man_html.c b/man_html.c index 69c0cbfa..ed498463 100644 --- a/man_html.c +++ b/man_html.c @@ -1,4 +1,4 @@ -/* $Id: man_html.c,v 1.49 2010/12/06 14:12:48 kristaps Exp $ */ +/* $Id: man_html.c,v 1.50 2010/12/06 15:31:19 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -114,6 +114,7 @@ static const struct htmlman mans[MAN_MAX] = { { man_ign_pre, NULL }, /* PD */ { man_ign_pre, NULL }, /* AT */ { man_in_pre, NULL }, /* in */ + { man_in_pre, NULL }, /* ft */ }; -- cgit v1.2.3-56-ge451