[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.63 and 1.64

version 1.63, 2011/03/07 01:35:51 version 1.64, 2011/03/17 11:56:17
Line 223  check_text(CHKARGS) 
Line 223  check_text(CHKARGS) 
                 if ('\t' == *p) {                  if ('\t' == *p) {
                         if (MAN_LITERAL & m->flags)                          if (MAN_LITERAL & m->flags)
                                 continue;                                  continue;
                         if (man_pmsg(m, n->line, pos, MANDOCERR_BADTAB))                          man_pmsg(m, n->line, pos, MANDOCERR_BADTAB);
                                 continue;                          continue;
                         return(0);  
                 }                  }
   
                 /* Check the special character. */                  /* Check the special character. */

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

CVSweb