=================================================================== RCS file: /cvs/mandoc/man_validate.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -p -r1.26 -r1.27 --- mandoc/man_validate.c 2009/10/24 05:45:05 1.26 +++ mandoc/man_validate.c 2009/11/02 06:22:45 1.27 @@ -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.27 2009/11/02 06:22:45 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -56,7 +56,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 */