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_html.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'man_html.c') diff --git a/man_html.c b/man_html.c index 4cf33d1d..f6e8360e 100644 --- a/man_html.c +++ b/man_html.c @@ -1,4 +1,4 @@ -/* $Id: man_html.c,v 1.51 2010/12/06 15:31:44 kristaps Exp $ */ +/* $Id: man_html.c,v 1.52 2010/12/08 10:58:22 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -102,11 +102,9 @@ static const struct htmlman mans[MAN_MAX] = { { man_alt_pre, NULL }, /* IR */ { man_alt_pre, NULL }, /* RI */ { NULL, NULL }, /* na */ - { NULL, NULL }, /* i */ { man_br_pre, NULL }, /* sp */ { man_literal_pre, NULL }, /* nf */ { man_literal_pre, NULL }, /* fi */ - { NULL, NULL }, /* r */ { NULL, NULL }, /* RE */ { man_RS_pre, NULL }, /* RS */ { man_ign_pre, NULL }, /* DT */ -- cgit v1.2.3