From: jhb Date: Sun, 2 Aug 2015 02:00:20 +0000 (+0000) Subject: Fix a couple of markup typos. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b4b9484f1d9159331481b19cc550ed3a6a1b5b8b;p=people%2Fjulieng%2Ffreebsd.git Fix a couple of markup typos. MFC after: 2 weeks --- diff --git a/lib/libc/stdio/open_memstream.3 b/lib/libc/stdio/open_memstream.3 index e01952bc4941..1a0cb0753aba 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