summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/fgetwc.3c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3c/fgetwc.3c')
-rw-r--r--usr/src/man/man3c/fgetwc.3c29
1 files changed, 21 insertions, 8 deletions
diff --git a/usr/src/man/man3c/fgetwc.3c b/usr/src/man/man3c/fgetwc.3c
index a33fce04e2..f696af79bd 100644
--- a/usr/src/man/man3c/fgetwc.3c
+++ b/usr/src/man/man3c/fgetwc.3c
@@ -91,7 +91,7 @@ Upon successful completion both functions return the
wide-character code of the character read from the input stream pointed to by
\fIstream\fR converted to a type \fBwint_t\fR.
.LP
-For standard-conforming (see \fBstandards\fR(5)) applications, if the
+For standard-conforming (see \fBstandards\fR(7)) applications, if the
end-of-file indicator for the stream is set, \fBfgetwc()\fR and
\fBfgetwc_l()\fR return \fBWEOF\fR whether or not the stream is at
end-of-file.
@@ -150,7 +150,7 @@ between an error condition and an end-of-file condition.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.TS
box;
c | c
@@ -172,9 +172,22 @@ function is Standard. The
function is Uncommitted.
.SH SEE ALSO
.LP
-\fBfeof\fR(3C), \fBferror\fR(3C), \fBfgetc\fR(3C), \fBfgets\fR(3C),
-\fBfgetws\fR(3C), \fBfopen\fR(3C), \fBfread\fR(3C), \fBfscanf\fR(3C),
-\fBgetc\fR(3C), \fBgetchar\fR(3C), \fBgets\fR(3C), \fBscanf\fR(3C),
-\fBnewlocale\fR(3C), \fBsetlocale\fR(3C), \fBungetc\fR(3C), \fBungetwc\fR(3C),
-\fBuselocale\fR(3C), \fBattributes\fR(5),
-\fBstandards\fR(5)
+.BR feof (3C),
+.BR ferror (3C),
+.BR fgetc (3C),
+.BR fgets (3C),
+.BR fgetws (3C),
+.BR fopen (3C),
+.BR fread (3C),
+.BR fscanf (3C),
+.BR getc (3C),
+.BR getchar (3C),
+.BR gets (3C),
+.BR newlocale (3C),
+.BR scanf (3C),
+.BR setlocale (3C),
+.BR ungetc (3C),
+.BR ungetwc (3C),
+.BR uselocale (3C),
+.BR attributes (7),
+.BR standards (7)