Print this page
manpage lint.

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3c/towlower.3c
          +++ new/usr/src/man/man3c/towlower.3c
↓ open down ↓ 18 lines elided ↑ open up ↑
  19   19  .SH SYNOPSIS
  20   20  .LP
  21   21  .nf
  22   22  #include <wctype.h>
  23   23  
  24   24  \fBwint_t\fR \fBtowlower\fR(\fBwint_t\fR \fIwc\fR);
  25   25  .fi
  26   26  .LP
  27   27  .nf
  28   28  \fBwint_t\fR \fBtowlower_l\fR(\fBwint_t\fR \fIwc\fR, \fBlocale_t\fR \fIloc\fR);
  29      -.nf
       29 +.fi
  30   30  .SH DESCRIPTION
  31   31  The function
  32   32  .BR towlower()
  33   33  is the wide character equivalent of the function
  34   34  .BR tolower (3C).
  35   35  It converts the upper-case wide character
  36   36  .I wc
  37   37  to the equivalent lower-case
  38   38  wide character, if one exists. If one does not exist, it returns
  39   39  .I wc
↓ open down ↓ 36 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX