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

Diff for /src/usr.bin/mandoc/mdoc_validate.c between version 1.194 and 1.195

version 1.194, 2015/02/12 12:20:47 version 1.195, 2015/02/14 13:22:12
Line 296 
Line 296 
   
         switch (n->type) {          switch (n->type) {
         case MDOC_TEXT:          case MDOC_TEXT:
                 check_text(mdoc, n->line, n->pos, n->string);                  if (n->sec != SEC_SYNOPSIS || n->parent->tok != MDOC_Fd)
                           check_text(mdoc, n->line, n->pos, n->string);
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
         case MDOC_TBL:          case MDOC_TBL:
                 /* FALLTHROUGH */                  /* FALLTHROUGH */

Legend:
Removed from v.1.194  
changed lines
  Added in v.1.195