=================================================================== RCS file: /cvs/mandoc/Attic/validate.c,v retrieving revision 1.49 retrieving revision 1.50 diff -u -p -r1.49 -r1.50 --- mandoc/Attic/validate.c 2009/02/21 15:34:46 1.49 +++ mandoc/Attic/validate.c 2009/02/21 21:00:06 1.50 @@ -1,4 +1,4 @@ -/* $Id: validate.c,v 1.49 2009/02/21 15:34:46 kristaps Exp $ */ +/* $Id: validate.c,v 1.50 2009/02/21 21:00:06 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -35,7 +35,7 @@ typedef int (*v_post)(struct mdoc *); /* FIXME: some sections should only occur in specific msecs. */ /* FIXME: ignoring Pp. */ /* FIXME: math symbols. */ -/* FIXME: valid character-escape checks. */ +/* FIXME: valid character-escape checks!!!! */ /* FIXME: make sure required sections are included (NAME, ...). */ struct valids {