]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_validate.c
Added news item for new version.
[mandoc.git] / man_validate.c
index ae15109a44a3711611712ccce2e8607e5017b086..0d4eceec5f171fa6b1e7f28077d567e5b7e0badc 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: man_validate.c,v 1.26 2009/10/24 05:45:05 kristaps Exp $ */
+/*     $Id: man_validate.c,v 1.28 2010/01/01 17:14:28 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/types.h>
 
 #include <assert.h>
@@ -56,7 +60,7 @@ static        v_check   pres_bline[] = { check_bline, NULL };
 
 static const struct man_valid man_valids[MAN_MAX] = {
        { pres_bline, posts_eq0 }, /* br */
-       { pres_bline, posts_ge2_le5 }, /* TH */
+       { pres_bline, posts_ge2_le5 }, /* TH */ /* FIXME: make sure capitalised. */
        { pres_bline, posts_sec }, /* SH */
        { pres_bline, posts_sec }, /* SS */
        { pres_bline, posts_par }, /* TP */