[BACK]Return to man_validate.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/man_validate.c between version 1.89 and 1.90

version 1.89, 2015/04/19 13:50:10 version 1.90, 2015/04/19 13:59:37
Line 503 
Line 503 
                     "%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.89  
changed lines
  Added in v.1.90