[BACK]Return to man_validate.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/man_validate.c between version 1.18 and 1.19

version 1.18, 2009/08/18 11:46:44 version 1.19, 2009/08/19 09:14:50
Line 83  static const struct man_valid man_valids[MAN_MAX] = {
Line 83  static const struct man_valid man_valids[MAN_MAX] = {
         { pres_bline, posts_eq0 }, /* nf */          { pres_bline, posts_eq0 }, /* nf */
         { pres_bline, posts_eq0 }, /* fi */          { pres_bline, posts_eq0 }, /* fi */
         { NULL, NULL }, /* r */          { NULL, NULL }, /* r */
           { NULL, NULL }, /* RE */
           { NULL, NULL }, /* RS */
 };  };
   
   
Line 136  man_valid_post(struct man *m)
Line 138  man_valid_post(struct man *m)
 static int  static int
 check_root(CHKARGS)  check_root(CHKARGS)
 {  {
   
           /* FIXME: closing out explicit scope! */
   
         /* XXX - make this into a warning? */          /* XXX - make this into a warning? */
         if (MAN_BLINE & m->flags)          if (MAN_BLINE & m->flags)

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb