summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/freopen.3c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3c/freopen.3c')
-rw-r--r--usr/src/man/man3c/freopen.3c15
1 files changed, 10 insertions, 5 deletions
diff --git a/usr/src/man/man3c/freopen.3c b/usr/src/man/man3c/freopen.3c
index a53cd77706..8566700fb9 100644
--- a/usr/src/man/man3c/freopen.3c
+++ b/usr/src/man/man3c/freopen.3c
@@ -67,7 +67,7 @@ pointed to by \fIfilename\fR and associates the stream pointed to by
.sp
.LP
If \fIfilename\fR is a null pointer and the application conforms to SUSv3 (see
-\fBstandards\fR(5)), the \fBfreopen()\fR function attempts to change the mode
+\fBstandards\fR(7)), the \fBfreopen()\fR function attempts to change the mode
of the stream to that specified by \fImode\fR, as though the name of the file
currently associated with the \fIstream\fR had been used. This behavior
is not supported by streams that are backed by memory, such as
@@ -325,9 +325,9 @@ other files. By default \fBstderr\fR is unbuffered, but the use of
.sp
.LP
The \fBfreopen()\fR function has a transitional interface for 64-bit file
-offsets. See \fBlf64\fR(5).
+offsets. See \fBlf64\fR(7).
.SH ATTRIBUTES
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -343,5 +343,10 @@ MT-Level MT-Safe
.TE
.SH SEE ALSO
-\fBfclose\fR(3C), \fBfdopen\fR(3C), \fBfopen\fR(3C), \fBstdio\fR(3C),
-\fBattributes\fR(5), \fBlf64\fR(5), \fBstandards\fR(5)
+.BR fclose (3C),
+.BR fdopen (3C),
+.BR fopen (3C),
+.BR stdio (3C),
+.BR attributes (7),
+.BR lf64 (7),
+.BR standards (7)