Print this page
Additional man fixes.

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3c/strfmon.3c
          +++ new/usr/src/man/man3c/strfmon.3c
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17  .SH SYNOPSIS
  18   18  .LP
  19   19  .nf
  20   20  #include <monetary.h>
  21   21  
  22   22  \fBssize_t\fR \fBstrfmon\fR(\fBchar *restrict\fR \fIs\fR, \fBsize_t\fR \fImaxsize\fR,
  23   23      \fBconst char *restrict\fR \fIformat\fR, ...);
  24   24  .fi
  25   25  .LP
  26   26  .nf
  27      -\fBssize_t\fR \fBstrfmon\fR(\fBchar *restrict\fR \fIs\fR, \fBsize_t\fR \fImaxsize\fR,
       27 +\fBssize_t\fR \fBstrfmon_l\fR(\fBchar *restrict\fR \fIs\fR, \fBsize_t\fR \fImaxsize\fR,
  28   28      \fBlocale_t\fR \fIloc\fR, \fBconst char *restrict\fR \fIformat\fR, ...);
  29   29  .fi
  30   30  .SH DESCRIPTION
  31   31  These functions are used to format strings containing numeric quantities using
  32   32  rules that are specific to a given locale.  For example, in the United States,
  33   33  currencies are formatted using the dollar sign
  34   34  .RB ( $ )
  35   35  and include two decimal digits (cents).
  36   36  .LP
  37   37  Each character from the
↓ open down ↓ 127 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX