summaryrefslogtreecommitdiffstats
path: root/validate.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-21 14:56:57 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-21 14:56:57 +0000
commit3f750ebfbcf6d91d72265ebaf5febeeb85e41eaf (patch)
tree7255261bafe6c53c25207137d3385112ec8d13de /validate.c
parentab7f2d17f8d8e211aab2a91883bc0f5358f306ac (diff)
downloadmandoc-3f750ebfbcf6d91d72265ebaf5febeeb85e41eaf.tar.gz
Initial list support (not nested, yet).
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 889e107a..36dddc4c 100644
--- a/validate.c
+++ b/validate.c
@@ -708,6 +708,8 @@ static int
pre_it(struct mdoc *mdoc, struct mdoc_node *node)
{
+ /* TODO: -width attribute must be specified for -tag. */
+
if (MDOC_BLOCK != node->type)
return(1);
return(pre_check_parent(mdoc, node, MDOC_Bl, MDOC_BODY));