=================================================================== RCS file: /cvs/mandoc/Attic/validate.c,v retrieving revision 1.48 retrieving revision 1.49 diff -u -p -r1.48 -r1.49 --- mandoc/Attic/validate.c 2009/02/21 14:56:58 1.48 +++ mandoc/Attic/validate.c 2009/02/21 15:34:46 1.49 @@ -1,4 +1,4 @@ -/* $Id: validate.c,v 1.48 2009/02/21 14:56:58 kristaps Exp $ */ +/* $Id: validate.c,v 1.49 2009/02/21 15:34:46 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -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);