From 4cc7a999b3000183ed01396b0eed8525adfa4697 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 5 Dec 2010 16:14:16 +0000 Subject: Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD), which are now accomodated for the new libroff modifications. --- man.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'man.c') diff --git a/man.c b/man.c index 8f43f94a..589b0633 100644 --- a/man.c +++ b/man.c @@ -1,4 +1,4 @@ -/* $Id: man.c,v 1.88 2010/11/30 15:36:28 kristaps Exp $ */ +/* $Id: man.c,v 1.89 2010/12/05 16:14:16 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -39,8 +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", - "in" + "AT", "in" }; const char * const *man_macronames = __man_macronames; -- cgit v1.2.3-56-ge451