[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.25 and 1.26

version 1.25, 2010/05/23 22:45:00 version 1.26, 2010/05/26 02:39:58
Line 219 
Line 219 
                                 return(c);                                  return(c);
                 }                  }
   
                 if ('\t' == *p || isprint((u_char)*p))                  if ('\t' == *p || isprint((u_char)*p) || ASCII_HYPH == *p)
                         continue;                          continue;
                 if ( ! man_pmsg(m, n->line, pos, MANDOCERR_BADCHAR))                  if ( ! man_pmsg(m, n->line, pos, MANDOCERR_BADCHAR))
                         return(0);                          return(0);

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26