=================================================================== RCS file: /cvs/mandoc/mdoc_validate.c,v retrieving revision 1.109 retrieving revision 1.111 diff -u -p -r1.109 -r1.111 --- mandoc/mdoc_validate.c 2010/07/04 21:59:30 1.109 +++ mandoc/mdoc_validate.c 2010/07/19 11:11:54 1.111 @@ -1,6 +1,6 @@ -/* $Id: mdoc_validate.c,v 1.109 2010/07/04 21:59:30 kristaps Exp $ */ +/* $Id: mdoc_validate.c,v 1.111 2010/07/19 11:11:54 kristaps Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -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