[BACK]Return to chars.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/chars.c between version 1.41 and 1.42

version 1.41, 2011/05/14 17:54:42 version 1.42, 2011/05/15 15:47:46
Line 141  mchars_res2cp(struct mchars *arg, const char *p, size_
Line 141  mchars_res2cp(struct mchars *arg, const char *p, size_
  * This can only be a printable character (i.e., alnum, punct, space) so   * This can only be a printable character (i.e., alnum, punct, space) so
  * prevent the character from ruining our state (backspace, newline, and   * prevent the character from ruining our state (backspace, newline, and
  * so on).   * so on).
    * If the character is illegal, returns '\0'.
  */   */
 char  char
 mchars_num2char(const char *p, size_t sz)  mchars_num2char(const char *p, size_t sz)

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

CVSweb