[BACK]Return to mdoc_validate.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mdoc_validate.c between version 1.278 and 1.279

version 1.278, 2015/02/12 12:24:33 version 1.279, 2015/02/14 13:23:57
Line 298  mdoc_valid_pre(struct mdoc *mdoc, struct mdoc_node *n)
Line 298  mdoc_valid_pre(struct mdoc *mdoc, struct mdoc_node *n)
   
         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.278  
changed lines
  Added in v.1.279

CVSweb