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). --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 92056e45..1a9a2554 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.119 2010/12/06 11:01:19 kristaps Exp $ */ +/* $Id: main.c,v 1.120 2010/12/06 15:31:19 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -144,6 +144,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "NAME section must come first", "bad Boolean value", + "unknown font", "child violates parent syntax", "displays may not be nested", "bad AT&T symbol", -- cgit v1.2.3