summaryrefslogtreecommitdiff
path: root/man3/fmemopen.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fmemopen.3')
-rw-r--r--man3/fmemopen.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/fmemopen.3 b/man3/fmemopen.3
index 75bef911..bbfef2b9 100644
--- a/man3/fmemopen.3
+++ b/man3/fmemopen.3
@@ -169,7 +169,7 @@ The
is similar to
.BR open_memstream (),
but operates on wide characters instead of bytes.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
Upon successful completion
.BR fmemopen (),
.BR open_memstream ()
@@ -188,7 +188,7 @@ and
were already available in glibc 1.0.x.
.BR open_wmemstream ()
is available since glibc 2.4.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
POSIX.1-2008.
These functions are not specified in POSIX.1-2001,
and are not widely available on other systems.
@@ -269,7 +269,7 @@ silently changed the ABI: previously,
.BR fmemopen ()
ignored \(aqb\(aq in
.IR mode .
-.SH "EXAMPLE"
+.SH EXAMPLE
The program below uses
.BR fmemopen ()
to open an input buffer, and
@@ -334,6 +334,6 @@ main(int argc, char *argv[])
exit(EXIT_SUCCESS);
}
.fi
-.SH "SEE ALSO"
+.SH SEE ALSO
.BR fopen (3),
.BR fopencookie (3)