summaryrefslogtreecommitdiffstats
path: root/validate.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-04 13:57:35 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-04 13:57:35 +0000
commit7827eedf059a1551d71666af5d70b51a7ab536bc (patch)
tree7a54e90f16ed2bcb5ab2ecb80a4e605455ae714f /validate.c
parent978c841bef6356b836aa769aee366d3c5a6f64c6 (diff)
downloadmandoc-7827eedf059a1551d71666af5d70b51a7ab536bc.tar.gz
Considerably cleaned up list handling.
Diffstat (limited to 'validate.c')
-rw-r--r--validate.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/validate.c b/validate.c
index 1cc1901f..725041e1 100644
--- a/validate.c
+++ b/validate.c
@@ -22,6 +22,8 @@
#include "private.h"
+/* FIXME: .Bl -diag can't have non-text children in HEAD. */
+
/*
* Pre- and post-validate macros as they're parsed. Pre-validation
* occurs when the macro has been detected and its arguments parsed.