From 4dde5d7bbdceeec0032e163e7a8e8cac3233d659 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 22 Jul 2010 23:03:15 +0000 Subject: Added `in' macro support for -man -Tascii. This is not yet supported in -Thtml (I'm surprised to note that neither is LITERAL mode). --- man.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man.c') diff --git a/man.c b/man.c index 9439d755..b35d7e07 100644 --- a/man.c +++ b/man.c @@ -1,4 +1,4 @@ -/* $Id: man.c,v 1.83 2010/07/18 17:00:26 schwarze Exp $ */ +/* $Id: man.c,v 1.84 2010/07/22 23:03:15 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -41,6 +41,7 @@ const char *const __man_macronames[MAN_MAX] = { "nf", "fi", "r", "RE", "RS", "DT", "UC", "PD", "Sp", "Vb", "Ve", "AT", + "in" }; const char * const *man_macronames = __man_macronames; -- cgit v1.2.3