summaryrefslogtreecommitdiffstats
path: root/validate.c
diff options
context:
space:
mode:
Diffstat (limited to 'validate.c')
-rw-r--r--validate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/validate.c b/validate.c
index 36dddc4c..62e09e1e 100644
--- a/validate.c
+++ b/validate.c
@@ -709,6 +709,7 @@ pre_it(struct mdoc *mdoc, struct mdoc_node *node)
{
/* TODO: -width attribute must be specified for -tag. */
+ /* TODO: children too big for -width? */
if (MDOC_BLOCK != node->type)
return(1);