From d3c6cf75f5ce8f74a38b4723bd3545b7e752f5dd Mon Sep 17 00:00:00 2001 From: jhb Date: Thu, 1 Oct 2015 21:57:15 +0000 Subject: [PATCH] MFC 286177: Fix a couple of markup typos. git-svn-id: svn://svn.freebsd.org/base/stable/9@288464 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- lib/libc/stdio/open_memstream.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/stdio/open_memstream.3 b/lib/libc/stdio/open_memstream.3 index e01952bc4..1a0cb0753 100644 --- a/lib/libc/stdio/open_memstream.3 +++ b/lib/libc/stdio/open_memstream.3 @@ -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 buffer and the variable referenced by 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 -- 2.45.0