summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/fgetc.3c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3c/fgetc.3c')
-rw-r--r--usr/src/man/man3c/fgetc.3c30
1 files changed, 22 insertions, 8 deletions
diff --git a/usr/src/man/man3c/fgetc.3c b/usr/src/man/man3c/fgetc.3c
index f4c07cb3b4..16527953e6 100644
--- a/usr/src/man/man3c/fgetc.3c
+++ b/usr/src/man/man3c/fgetc.3c
@@ -89,7 +89,7 @@ char\fR converted to an \fBint\fR, from the input stream pointed to by
stream (if defined).
.sp
.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, \fBfgetc()\fR returns \fBEOF\fR
whether or not a next byte is present.
.sp
@@ -139,7 +139,7 @@ Upon successful completion, \fBfgetc()\fR, \fBgetc()\fR, \fBgetc_unlocked()\fR,
\fBgetchar()\fR, \fBgetchar_unlocked()\fR, and \fBgetw()\fR return the next
byte from the input stream pointed to by \fIstream\fR. If the stream is at
end-of-file, the end-of-file indicator for the stream is set and these
-functions return \fBEOF\fR. For standard-conforming (see \fBstandards\fR(5))
+functions return \fBEOF\fR. For standard-conforming (see \fBstandards\fR(7))
applications, if the end-of-file indicator for the stream is set, these
functions return \fBEOF\fR whether or not the stream is at end-of-file. If a
read error occurs, the error indicator for the stream is set, \fBEOF\fR is
@@ -265,7 +265,7 @@ functions instead.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -285,11 +285,25 @@ MT-Level See \fBNOTES\fR below.
.SH SEE ALSO
.sp
.LP
-\fBIntro\fR(3), \fB__fsetlocking\fR(3C), \fBfclose\fR(3C), \fBfeof\fR(3C),
-\fBfgets\fR(3C), \fBfgetwc\fR(3C), \fBfgetws\fR(3C), \fBflockfile\fR(3C),
-\fBfopen\fR(3C), \fBfread\fR(3C), \fBfscanf\fR(3C), \fBgets\fR(3C),
-\fBputc\fR(3C), \fBscanf\fR(3C), \fBstdio\fR(3C), \fBungetc\fR(3C),
-\fBungetwc\fR(3C), \fBattributes\fR(5), \fBstandards\fR(5)
+.BR Intro (3),
+.BR __fsetlocking (3C),
+.BR fclose (3C),
+.BR feof (3C),
+.BR fgets (3C),
+.BR fgetwc (3C),
+.BR fgetws (3C),
+.BR flockfile (3C),
+.BR fopen (3C),
+.BR fread (3C),
+.BR fscanf (3C),
+.BR gets (3C),
+.BR putc (3C),
+.BR scanf (3C),
+.BR stdio (3C),
+.BR ungetc (3C),
+.BR ungetwc (3C),
+.BR attributes (7),
+.BR standards (7)
.SH NOTES
.sp
.LP