[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.118 and 1.119

version 1.118, 2015/04/19 13:50:26 version 1.119, 2015/04/19 14:00:19
Line 505  post_vs(CHKARGS)
Line 505  post_vs(CHKARGS)
                     "%s after %s", man_macronames[n->tok],                      "%s after %s", man_macronames[n->tok],
                     man_macronames[n->parent->tok]);                      man_macronames[n->parent->tok]);
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
         case MAN_MAX:          case TOKEN_NONE:
                 /*                  /*
                  * Don't warn about this because it occurs in pod2man                   * Don't warn about this because it occurs in pod2man
                  * and would cause considerable (unfixable) warnage.                   * and would cause considerable (unfixable) warnage.

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

CVSweb