Print this page
5025 import and use mandoc
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Albert Lee <trisk@nexenta.com>
Approved by: TBD

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3c/fgetwc.3c
          +++ new/usr/src/man/man3c/fgetwc.3c
↓ open down ↓ 28 lines elided ↑ open up ↑
  29   29  .fi
  30   30  
  31   31  .SH DESCRIPTION
  32   32  .sp
  33   33  .LP
  34   34  The \fBfgetwc()\fR and \fBfgetwc_l()\fR functions obtain the next
  35   35  character (if present) from the input stream pointed to by \fIstream\fR,
  36   36  convert that to the corresponding wide-character code and advance the
  37   37  associated file position indicator for the stream (if defined).
  38   38  Whereas \fBfgetwc()\fR uses the current locale, \fBfgetwc_l()\fR uses the
  39      -locale specified by \fIloc\R.
       39 +locale specified by \fIloc\fR.
  40   40  .LP
  41   41  If an error occurs, the resulting value of the file position indicator for the
  42   42  stream is indeterminate.
  43   43  .LP
  44   44  The \fBfgetwc()\fR and \fBfgetwc_l()\fR functions may mark the \fBst_atime\fR
  45   45  field of the file
  46   46  associated with \fIstream\fR for update. The \fBst_atime\fR field will be
  47   47  marked for update by the first successful execution of \fBfgetwc()\fR,
  48   48  \fBfgetc\fR(3C), \fBfgets\fR(3C), \fBfgetws\fR(3C), \fBfread\fR(3C),
  49   49  \fBfscanf\fR(3C), \fBgetc\fR(3C), \fBgetchar\fR(3C), \fBgets\fR(3C), or
↓ open down ↓ 95 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX