summaryrefslogtreecommitdiffstats
path: root/mdoc_validate.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-07-19 11:11:54 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-07-19 11:11:54 +0000
commit68cc45e9b5bd6f309d47149722ffbc3587d16dc1 (patch)
tree245ec1fe2b2d5b99308ca2f5a1fa779f4b054dcc /mdoc_validate.c
parent85c2f67c61711f4fee63b14506a8f074796e5644 (diff)
downloadmandoc-68cc45e9b5bd6f309d47149722ffbc3587d16dc1.tar.gz
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.
Diffstat (limited to 'mdoc_validate.c')
-rw-r--r--mdoc_validate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdoc_validate.c b/mdoc_validate.c
index 0f8bac13..6bd6c14d 100644
--- a/mdoc_validate.c
+++ b/mdoc_validate.c
@@ -32,7 +32,6 @@
#include "libmandoc.h"
/* FIXME: .Bl -diag can't have non-text children in HEAD. */
-/* TODO: ignoring Pp (it's superfluous in some invocations). */
#define PRE_ARGS struct mdoc *mdoc, struct mdoc_node *n
#define POST_ARGS struct mdoc *mdoc