summaryrefslogtreecommitdiff
path: root/man3/fread.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fread.3')
-rw-r--r--man3/fread.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/fread.3 b/man3/fread.3
index f273bb21..f85066b7 100644
--- a/man3/fread.3
+++ b/man3/fread.3
@@ -78,7 +78,7 @@ obtaining them from the location given by
.PP
For nonlocking counterparts, see
.BR unlocked_stdio (3).
-.SH "RETURN VALUE"
+.SH RETURN VALUE
On success,
.BR fread ()
and
@@ -98,9 +98,9 @@ does not distinguish between end-of-file and error, and callers must use
and
.BR ferror (3)
to determine which occurred.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
C89, POSIX.1-2001.
-.SH "SEE ALSO"
+.SH SEE ALSO
.BR read (2),
.BR write (2),
.BR feof (3),