From 67a859d656ca5c1c8f2f3c8fa392a33d9c008a86 Mon Sep 17 00:00:00 2001 From: schwarze Date: Mon, 29 Nov 2010 02:26:45 +0000 Subject: Now that we have proper .de support in the roff(7) library, it is time to remove the .Sp, .Vb, and .Ve kludge that was added to the man(7) library to build Perl manuals. --- usr.bin/mandoc/man.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/mandoc/man.c') diff --git a/usr.bin/mandoc/man.c b/usr.bin/mandoc/man.c index 7702d3adbae..421ed139c15 100644 --- a/usr.bin/mandoc/man.c +++ b/usr.bin/mandoc/man.c @@ -1,4 +1,4 @@ -/* $Id: man.c,v 1.46 2010/11/29 01:44:41 schwarze Exp $ */ +/* $Id: man.c,v 1.47 2010/11/29 02:26:45 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -39,7 +39,7 @@ const char *const __man_macronames[MAN_MAX] = { "RI", "na", "i", "sp", "nf", "fi", "r", "RE", "RS", "DT", "UC", "PD", - "Sp", "Vb", "Ve", "AT", + "AT", "in", "TS", "TE", "ft", }; -- cgit v1.2.3-59-g8ed1b