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

Diff for /mandoc/mchars_alloc.3 between version 1.1 and 1.2

version 1.1, 2014/08/05 05:48:56 version 1.2, 2014/10/26 18:07:28
Line 59 
Line 59 
 .Fa "size_t sz"  .Fa "size_t sz"
 .Fa "size_t *rsz"  .Fa "size_t *rsz"
 .Fc  .Fc
   .Ft "const char *"
   .Fn mchars_uc2str "int codepoint"
 .Sh DESCRIPTION  .Sh DESCRIPTION
 These functions translate Unicode character numbers and  These functions translate Unicode character numbers and
 .Xr roff 7  .Xr roff 7
Line 199  output module use this function to render
Line 201  output module use this function to render
 and  and
 .Ic \eC\(aq Ns Ar name Ns Ic \(aq  .Ic \eC\(aq Ns Ar name Ns Ic \(aq
 escape sequences.  escape sequences.
   .Pp
   The function
   .Fn mchars_uc2str
   performs a reverse lookup of the Unicode
   .Fa codepoint
   and returns an ASCII string representation, or the string
   .Qq <?>
   if none is available.
 .Sh FILES  .Sh FILES
 These funtions are implemented in the file  These funtions are implemented in the file
 .Pa chars.c .  .Pa chars.c .
Line 218  following mandoc versions:
Line 228  following mandoc versions:
 .It Fn mchars_num2uc Ta 1.11.3 Ta \(em Ta \(em  .It Fn mchars_num2uc Ta 1.11.3 Ta \(em Ta \(em
 .It Fn mchars_spec2cp Ta 1.11.2 Ta Fn chars_spec2cp Ta 1.10.5  .It Fn mchars_spec2cp Ta 1.11.2 Ta Fn chars_spec2cp Ta 1.10.5
 .It Fn mchars_spec2str Ta 1.11.2 Ta Fn a2ascii Ta 1.5.3  .It Fn mchars_spec2str Ta 1.11.2 Ta Fn a2ascii Ta 1.5.3
   .It Fn mchars_uc2str Ta 1.13.2 Ta \(em Ta \(em
 .El  .El
 .Sh AUTHORS  .Sh AUTHORS
 .An Kristaps Dzonsons Aq Mt kristaps@bsd.lv  .An Kristaps Dzonsons Aq Mt kristaps@bsd.lv

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb