Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Aug 2015 02:00:21 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r286177 - head/lib/libc/stdio
Message-ID:  <201508020200.t7220LCW062980@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Sun Aug  2 02:00:20 2015
New Revision: 286177
URL: https://svnweb.freebsd.org/changeset/base/286177

Log:
  Fix a couple of markup typos.
  
  MFC after:	2 weeks

Modified:
  head/lib/libc/stdio/open_memstream.3

Modified: head/lib/libc/stdio/open_memstream.3
==============================================================================
--- head/lib/libc/stdio/open_memstream.3	Sun Aug  2 01:09:30 2015	(r286176)
+++ head/lib/libc/stdio/open_memstream.3	Sun Aug  2 02:00:20 2015	(r286177)
@@ -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?201508020200.t7220LCW062980>