[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.61 and 1.62

version 1.61, 2011/02/06 21:44:36 version 1.62, 2011/02/09 09:18:15
Line 152  man_valid_post(struct man *m)
Line 152  man_valid_post(struct man *m)
                 return(check_text(m, m->last));                  return(check_text(m, m->last));
         case (MAN_ROOT):          case (MAN_ROOT):
                 return(check_root(m, m->last));                  return(check_root(m, m->last));
           case (MAN_EQN):
                   /* FALLTHROUGH */
         case (MAN_TBL):          case (MAN_TBL):
                 return(1);                  return(1);
         default:          default:

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

CVSweb