=================================================================== RCS file: /cvs/mandoc/mdoc_validate.c,v retrieving revision 1.110 retrieving revision 1.111 diff -u -p -r1.110 -r1.111 --- mandoc/mdoc_validate.c 2010/07/13 23:53:20 1.110 +++ mandoc/mdoc_validate.c 2010/07/19 11:11:54 1.111 @@ -1,4 +1,4 @@ -/* $Id: mdoc_validate.c,v 1.110 2010/07/13 23:53:20 schwarze Exp $ */ +/* $Id: mdoc_validate.c,v 1.111 2010/07/19 11:11:54 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -32,7 +32,6 @@ #include "libmandoc.h" /* FIXME: .Bl -diag can't have non-text children in HEAD. */ -/* TODO: ignoring Pp (it's superfluous in some invocations). */ #define PRE_ARGS struct mdoc *mdoc, struct mdoc_node *n #define POST_ARGS struct mdoc *mdoc