=================================================================== RCS file: /cvs/mandoc/man_validate.c,v retrieving revision 1.55 retrieving revision 1.56 diff -u -p -r1.55 -r1.56 --- mandoc/man_validate.c 2010/12/06 15:31:19 1.55 +++ mandoc/man_validate.c 2010/12/08 10:58:22 1.56 @@ -1,4 +1,4 @@ -/* $Id: man_validate.c,v 1.55 2010/12/06 15:31:19 kristaps Exp $ */ +/* $Id: man_validate.c,v 1.56 2010/12/08 10:58:22 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -98,11 +98,9 @@ static const struct man_valid man_valids[MAN_MAX] = { { NULL, NULL }, /* IR */ { NULL, NULL }, /* RI */ { NULL, posts_eq0 }, /* na */ /* FIXME: should warn only. */ - { NULL, NULL }, /* i */ { NULL, posts_le1 }, /* sp */ /* FIXME: should warn only. */ { pres_bline, posts_nf }, /* nf */ { pres_bline, posts_fi }, /* fi */ - { NULL, NULL }, /* r */ { NULL, NULL }, /* RE */ { NULL, posts_part }, /* RS */ { NULL, NULL }, /* DT */