[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.119 and 1.120

version 1.119, 2015/04/19 14:00:19 version 1.120, 2015/10/12 00:08:15
Line 117  man_valid_post(struct roff_man *man)
Line 117  man_valid_post(struct roff_man *man)
                 check_root(man, n);                  check_root(man, n);
                 break;                  break;
         case ROFFT_EQN:          case ROFFT_EQN:
                 /* FALLTHROUGH */  
         case ROFFT_TBL:          case ROFFT_TBL:
                 break;                  break;
         default:          default:
Line 207  post_ft(CHKARGS)
Line 206  post_ft(CHKARGS)
         cp = n->child->string;          cp = n->child->string;
         switch (*cp) {          switch (*cp) {
         case '1':          case '1':
                 /* FALLTHROUGH */  
         case '2':          case '2':
                 /* FALLTHROUGH */  
         case '3':          case '3':
                 /* FALLTHROUGH */  
         case '4':          case '4':
                 /* FALLTHROUGH */  
         case 'I':          case 'I':
                 /* FALLTHROUGH */  
         case 'P':          case 'P':
                 /* FALLTHROUGH */  
         case 'R':          case 'R':
                 if ('\0' == cp[1])                  if ('\0' == cp[1])
                         ok = 1;                          ok = 1;
Line 499  post_vs(CHKARGS)
Line 492  post_vs(CHKARGS)
   
         switch (n->parent->tok) {          switch (n->parent->tok) {
         case MAN_SH:          case MAN_SH:
                 /* FALLTHROUGH */  
         case MAN_SS:          case MAN_SS:
                 mandoc_vmsg(MANDOCERR_PAR_SKIP, man->parse, n->line, n->pos,                  mandoc_vmsg(MANDOCERR_PAR_SKIP, man->parse, n->line, n->pos,
                     "%s after %s", man_macronames[n->tok],                      "%s after %s", man_macronames[n->tok],

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120

CVSweb