svn commit: r288464 - in stable: 10/lib/libc/stdio 9/lib/libc/stdio
John Baldwin
jhb at FreeBSD.org
Thu Oct 1 21:57:17 UTC 2015
Author: jhb
Date: Thu Oct 1 21:57:15 2015
New Revision: 288464
URL: https://svnweb.freebsd.org/changeset/base/288464
Log:
MFC 286177:
Fix a couple of markup typos.
Modified:
stable/9/lib/libc/stdio/open_memstream.3 (contents, props changed)
Directory Properties:
stable/9/lib/libc/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/10/lib/libc/stdio/open_memstream.3
Directory Properties:
stable/10/ (props changed)
Modified: stable/9/lib/libc/stdio/open_memstream.3
==============================================================================
--- stable/9/lib/libc/stdio/open_memstream.3 Thu Oct 1 21:54:43 2015 (r288463)
+++ stable/9/lib/libc/stdio/open_memstream.3 Thu Oct 1 21:57:15 2015 (r288464)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 28, 2014
+.Dd August 1, 2015
.Dt OPEN_MEMSTREAM 3
.Os
.Sh NAME
@@ -86,13 +86,13 @@ will contain the start of the memory buf
will contain the smaller of the current position and the current buffer length.
.Pp
After a successful call to
-.Xr fflush 3,
+.Xr fflush 3 ,
the pointer referenced by
.Fa bufp
and the variable referenced by
.Fa sizep
are only valid until the next write operation or a call to
-.Xr fclose 3.
+.Xr fclose 3 .
.Pp
Once a stream is closed,
the allocated buffer referenced by
More information about the svn-src-stable-9
mailing list