From 9fe5e084a133af51b7b2cfb5b057fccc5462d2db Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 8 Dec 2010 10:58:22 +0000 Subject: Remove `i' and `r' macro handlers. These macros, originally part of the me package, aren't recognised by "groff -mandoc" so we don't need to do so either. Discussed on tech@ with schwarze@. While at it, remove references to `b' in man.7. As far as I know, this was never supported anyway. --- man.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'man.c') diff --git a/man.c b/man.c index dd0a5335..147662e9 100644 --- a/man.c +++ b/man.c @@ -1,4 +1,4 @@ -/* $Id: man.c,v 1.91 2010/12/06 15:31:19 kristaps Exp $ */ +/* $Id: man.c,v 1.92 2010/12/08 10:58:22 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -36,10 +36,10 @@ const char *const __man_macronames[MAN_MAX] = { "IP", "HP", "SM", "SB", "BI", "IB", "BR", "RB", "R", "B", "I", "IR", - "RI", "na", "i", "sp", - "nf", "fi", "r", "RE", - "RS", "DT", "UC", "PD", - "AT", "in", "ft" + "RI", "na", "sp", "nf", + "fi", "RE", "RS", "DT", + "UC", "PD", "AT", "in", + "ft" }; const char * const *man_macronames = __man_macronames; -- cgit v1.2.3