[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.42 and 1.43

version 1.42, 2011/03/20 23:36:42 version 1.43, 2011/04/21 22:59:54
Line 219 
Line 219 
                 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.42  
changed lines
  Added in v.1.43