diff options
Diffstat (limited to 'usr/src/man/man3c/fgetwc.3c')
-rw-r--r-- | usr/src/man/man3c/fgetwc.3c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/man/man3c/fgetwc.3c b/usr/src/man/man3c/fgetwc.3c index 8b75c6cc55..6044683813 100644 --- a/usr/src/man/man3c/fgetwc.3c +++ b/usr/src/man/man3c/fgetwc.3c @@ -36,7 +36,7 @@ character (if present) from the input stream pointed to by \fIstream\fR, convert that to the corresponding wide-character code and advance the associated file position indicator for the stream (if defined). Whereas \fBfgetwc()\fR uses the current locale, \fBfgetwc_l()\fR uses the -locale specified by \fIloc\R. +locale specified by \fIloc\fR. .LP If an error occurs, the resulting value of the file position indicator for the stream is indeterminate. |