Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2015 21:57:16 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r288464 - in stable: 10/lib/libc/stdio 9/lib/libc/stdio
Message-ID:  <201510012157.t91LvGih019035@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/10/lib/libc/stdio/open_memstream.3
Directory Properties:
  stable/10/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/9/lib/libc/stdio/open_memstream.3   (contents, props changed)
Directory Properties:
  stable/9/lib/libc/   (props changed)

Modified: stable/10/lib/libc/stdio/open_memstream.3
==============================================================================
--- stable/10/lib/libc/stdio/open_memstream.3	Thu Oct  1 21:54:43 2015	(r288463)
+++ stable/10/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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510012157.t91LvGih019035>