From 68cc45e9b5bd6f309d47149722ffbc3587d16dc1 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 19 Jul 2010 11:11:54 +0000 Subject: Remove some FIXMEs: `Ms' accepts arbitrary text, so it can't/shouldn't be converted into a symbol. The `Pp' issue has also been fixed. --- mdoc_html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdoc_html.c') diff --git a/mdoc_html.c b/mdoc_html.c index 359698aa..11e92443 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -209,7 +209,7 @@ static const struct htmlmdoc mdocs[MDOC_MAX] = { {mdoc_em_pre, NULL}, /* Em */ {NULL, NULL}, /* Eo */ {mdoc_xx_pre, NULL}, /* Fx */ - {mdoc_ms_pre, NULL}, /* Ms */ /* FIXME: convert to symbol? */ + {mdoc_ms_pre, NULL}, /* Ms */ {NULL, NULL}, /* No */ {mdoc_ns_pre, NULL}, /* Ns */ {mdoc_xx_pre, NULL}, /* Nx */ -- cgit