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

Diff for /mandoc/mandoc.3 between version 1.9 and 1.10

version 1.9, 2011/05/24 21:31:23 version 1.10, 2011/05/24 21:41:11
Line 248  a Unicode codepoint.
Line 248  a Unicode codepoint.
 Returns \e0 (the nil character) if the input sequence is malformed.  Returns \e0 (the nil character) if the input sequence is malformed.
 .It Fn mchars_spec2cp  .It Fn mchars_spec2cp
 Convert a special character into a valid Unicode codepoint.  Convert a special character into a valid Unicode codepoint.
 Returns \-1 on failure and 0 if no code-point exists (if this occurs,  Returns \-1 on failure or a non-zero Unicode codepoint on success.
 the caller should fall back to  
 .Fn mchars_spec2str ) .  
 .It Fn mchars_spec2str  .It Fn mchars_spec2str
 Convert a special character into an ASCII string.  Convert a special character into an ASCII string.
 Returns NULL on failure.  Returns NULL on failure.

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb