summaryrefslogtreecommitdiff
path: root/man3/fopen.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fopen.3')
-rw-r--r--man3/fopen.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/fopen.3 b/man3/fopen.3
index 318a062f..a3f27475 100644
--- a/man3/fopen.3
+++ b/man3/fopen.3
@@ -184,7 +184,7 @@ The primary use of the
.BR freopen ()
function is to change the file associated with a standard text stream
.RI ( stderr ", " stdin ", or " stdout ).
-.SH "RETURN VALUE"
+.SH RETURN VALUE
Upon successful completion
.BR fopen (),
.BR fdopen ()
@@ -241,7 +241,7 @@ for any of the errors specified for the routines
.BR fclose (3)
and
.BR fflush (3).
-.SH "CONFORMING TO"
+.SH CONFORMING TO
The
.BR fopen ()
and
@@ -343,7 +343,7 @@ The current implementation of
.BR fdopen ()
parses at most 5 characters in
.IR mode .
-.SH "SEE ALSO"
+.SH SEE ALSO
.BR open (2),
.BR fclose (3),
.BR fileno (3),