[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.34 and 1.35

version 1.34, 2010/04/03 14:12:48 version 1.35, 2010/05/09 21:19:42
Line 229  check_text(CHKARGS) 
Line 229  check_text(CHKARGS) 
                 if ('\t' == *p || isprint((u_char)*p))                  if ('\t' == *p || isprint((u_char)*p))
                         continue;                          continue;
   
                 if (MAN_IGN_CHARS & m->pflags)                  return(man_pwarn(m, n->line, pos, WNPRINT));
                         return(man_pwarn(m, n->line, pos, WNPRINT));  
                 return(man_perr(m, n->line, pos, WNPRINT));  
         }          }
   
         return(1);          return(1);

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

CVSweb