[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.98 and 1.99

version 1.98, 2014/07/05 12:34:17 version 1.99, 2014/07/06 19:09:00
Line 230  check_text(CHKARGS)
Line 230  check_text(CHKARGS)
   
         cp = n->string;          cp = n->string;
         for (p = cp; NULL != (p = strchr(p, '\t')); p++)          for (p = cp; NULL != (p = strchr(p, '\t')); p++)
                 man_pmsg(man, n->line, (int)(p - cp), MANDOCERR_BADTAB);                  mandoc_msg(MANDOCERR_FI_TAB, man->parse,
                       n->line, n->pos + (p - cp), NULL);
 }  }
   
 #define INEQ_DEFINE(x, ineq, name) \  #define INEQ_DEFINE(x, ineq, name) \

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99

CVSweb