From af2c97c7b003aede133aa66677d5d4c5bfc61c07 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 24 Jan 2015 02:41:49 +0000 Subject: Strangely, ignoring the roff(7) .na request was implemented in the man(7) parser. Simplify the code by moving it into the roff(7) parser, also making it work for mdoc(7). --- man_html.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'man_html.c') diff --git a/man_html.c b/man_html.c index 171a6df6..5b772ed3 100644 --- a/man_html.c +++ b/man_html.c @@ -1,4 +1,4 @@ -/* $Id: man_html.c,v 1.108 2014/12/23 09:31:46 schwarze Exp $ */ +/* $Id: man_html.c,v 1.109 2015/01/24 02:41:49 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2013, 2014 Ingo Schwarze @@ -100,7 +100,6 @@ static const struct htmlman mans[MAN_MAX] = { { man_I_pre, NULL }, /* I */ { man_alt_pre, NULL }, /* IR */ { man_alt_pre, NULL }, /* RI */ - { man_ign_pre, NULL }, /* na */ { man_br_pre, NULL }, /* sp */ { man_literal_pre, NULL }, /* nf */ { man_literal_pre, NULL }, /* fi */ -- cgit v1.2.3