aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-09 04:18:33 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-09 04:18:33 +0100
commitf39842ae123ac40f91363c548066fa6d301af4e3 (patch)
tree0369694c9b3cffa342ebc662df2a0af9f97d5745
parent0b54423fb55534f670e10f1ceac867b431e74c21 (diff)
downloadman-pages-f39842ae123ac40f91363c548066fa6d301af4e3.tar.gz
fmemopen.3: ffix: add a subheading
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/fmemopen.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/fmemopen.3 b/man3/fmemopen.3
index 2be9b1ac61..e8487dc07c 100644
--- a/man3/fmemopen.3
+++ b/man3/fmemopen.3
@@ -155,7 +155,8 @@ A read from the buffer will indicate end-of-file
only when the file current position advances
.I size
bytes past the start of the buffer.
-
+.\"
+.SS open_memstream() and open_wmemstream()
The
.BR open_memstream ()
function opens a stream for writing to a buffer.