diff options
Diffstat (limited to 'usr/src/man/man3c/fopen.3c')
-rw-r--r-- | usr/src/man/man3c/fopen.3c | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/usr/src/man/man3c/fopen.3c b/usr/src/man/man3c/fopen.3c index a36ea40697..a2fd4aeefe 100644 --- a/usr/src/man/man3c/fopen.3c +++ b/usr/src/man/man3c/fopen.3c @@ -130,7 +130,7 @@ flags (including the \fB+\fR) does not matter. .sp .LP The character \fBb\fR has no effect, but is allowed for ISO C standard -conformance (see \fBstandards\fR(5)). Opening a file with read mode (\fBr\fR as +conformance (see \fBstandards\fR(7)). Opening a file with read mode (\fBr\fR as the first character in the \fImode\fR argument) fails if the file does not exist or cannot be read. .sp @@ -414,10 +414,10 @@ access \fBFILE\fR structure contents. .sp .LP The \fBfopen()\fR function has a transitional interface for 64-bit file -offsets. See \fBlf64\fR(5). +offsets. See \fBlf64\fR(7). .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -438,7 +438,15 @@ The \fBF\fR character in the \fImode\fR argument is Evolving. In all other respects this function is Standard. .SH SEE ALSO .LP -\fBenable_extended_FILE_stdio\fR(3C), \fBfclose\fR(3C), -\fBfcloseall\fR(3C), \fBfdopen\fR(3C), \fBfflush\fR(3C), -\fBfreopen\fR(3C), \fBfsetpos\fR(3C), \fBrewind\fR(3C), \fBopen\fR(2), -\fBattributes\fR(5), \fBlf64\fR(5), \fBstandards\fR(5) +.BR open (2), +.BR enable_extended_FILE_stdio (3C), +.BR fclose (3C), +.BR fcloseall (3C), +.BR fdopen (3C), +.BR fflush (3C), +.BR freopen (3C), +.BR fsetpos (3C), +.BR rewind (3C), +.BR attributes (7), +.BR lf64 (7), +.BR standards (7) |