diff options
author | jhb <jhb@FreeBSD.org> | 2015-10-01 21:57:15 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2015-10-01 21:57:15 +0000 |
commit | ae84b429509a261f846ed26fd0eacb0b01bddcab (patch) | |
tree | 41701699428a420638da72a90af5271c54b89280 | |
parent | f91b4f607a51f46d1c5056fd831a94251228f651 (diff) | |
download | FreeBSD-src-ae84b429509a261f846ed26fd0eacb0b01bddcab.zip FreeBSD-src-ae84b429509a261f846ed26fd0eacb0b01bddcab.tar.gz |
MFC 286177:
Fix a couple of markup typos.
-rw-r--r-- | lib/libc/stdio/open_memstream.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/open_memstream.3 b/lib/libc/stdio/open_memstream.3 index e01952b..1a0cb07 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 |