]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/open_memstream.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / open_memstream.3
index 27042ecf0b025a85021661497887dd552bb46f8d..b4d024910544324c889d98e8e33e1be788980788 100644 (file)
@@ -49,7 +49,7 @@ Initially, the buffer has a size of zero.
 After closing the stream, the caller should
 .BR free (3)
 this buffer.
-
+.PP
 The locations pointed to by
 .IR ptr
 and
@@ -65,13 +65,13 @@ These values remain valid only as long as the caller
 performs no further output on the stream.
 If further output is performed, then the stream
 must again be flushed before trying to access these values.
-
+.PP
 A null byte is maintained at the end of the buffer.
 This byte is
 .I not
 included in the size value stored at
 .IR sizeloc .
-
+.PP
 The stream maintains the notion of a current position,
 which is initially zero (the start of the buffer).
 Each write operation implicitly adjusts the buffer position.
@@ -82,7 +82,7 @@ or
 Moving the buffer position past the end
 of the data already written fills the intervening space with
 null characters.
-
+.PP
 The
 .BR open_wmemstream ()
 is similar to
@@ -118,7 +118,7 @@ T{
 .BR open_wmemstream
 T}     Thread safety   MT-Safe
 .TE
-
+.sp 1
 .SH CONFORMING TO
 POSIX.1-2008.
 These functions are not specified in POSIX.1-2001,