[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.19 and 1.20

version 1.19, 2010/04/25 16:32:19 version 1.20, 2010/05/13 20:34:29
Line 228 
Line 228 
                 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.19  
changed lines
  Added in v.1.20