=================================================================== RCS file: /cvs/mandoc/Attic/validate.c,v retrieving revision 1.47 retrieving revision 1.48 diff -u -p -r1.47 -r1.48 --- mandoc/Attic/validate.c 2009/01/21 17:56:32 1.47 +++ mandoc/Attic/validate.c 2009/02/21 14:56:58 1.48 @@ -1,4 +1,4 @@ -/* $Id: validate.c,v 1.47 2009/01/21 17:56:32 kristaps Exp $ */ +/* $Id: validate.c,v 1.48 2009/02/21 14:56:58 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -707,6 +707,8 @@ 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. */ if (MDOC_BLOCK != node->type) return(1);