=================================================================== RCS file: /cvs/mandoc/Attic/validate.c,v retrieving revision 1.47 retrieving revision 1.49 diff -u -p -r1.47 -r1.49 --- mandoc/Attic/validate.c 2009/01/21 17:56:32 1.47 +++ mandoc/Attic/validate.c 2009/02/21 15:34:46 1.49 @@ -1,4 +1,4 @@ -/* $Id: validate.c,v 1.47 2009/01/21 17:56:32 kristaps Exp $ */ +/* $Id: validate.c,v 1.49 2009/02/21 15:34:46 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -707,6 +707,9 @@ pre_cd(struct mdoc *mdoc, struct mdoc_node *node) static int 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);