[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.44 and 1.45

version 1.44, 2010/06/19 20:46:28 version 1.45, 2010/06/28 14:39:17
Line 223  check_text(CHKARGS) 
Line 223  check_text(CHKARGS) 
                                 return(c);                                  return(c);
                 }                  }
   
                   /*
                    * FIXME: we absolutely cannot let \b get through or it
                    * will destroy some assumptions in terms of format.
                    */
   
                 if ('\t' == *p || isprint((u_char)*p) || ASCII_HYPH == *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))

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

CVSweb