[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.41 and 1.42

version 1.41, 2010/05/17 22:11:42 version 1.42, 2010/05/25 12:44:53
Line 223  check_text(CHKARGS) 
Line 223  check_text(CHKARGS) 
                                 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.41  
changed lines
  Added in v.1.42

CVSweb