From 7ed90a21cf3d171f3200c60d4444ebe6e13e6ab3 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 13 Oct 2014 22:41:59 +0000 Subject: [PATCH] Fix whitespace in Xr. Remove sbuf(3) Xr, we do not have that. --- lib/libc/stdio/open_memstream.3 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/libc/stdio/open_memstream.3 b/lib/libc/stdio/open_memstream.3 index e5c12652890b..9360e397f5f0 100644 --- a/lib/libc/stdio/open_memstream.3 +++ b/lib/libc/stdio/open_memstream.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: open_memstream.3,v 1.1 2014/10/13 00:40:36 christos Exp $ +.\" $NetBSD: open_memstream.3,v 1.2 2014/10/13 22:41:59 wiz Exp $ .\" Copyright (c) 2013 Advanced Computing Technologies LLC .\" Written by: John H. Baldwin .\" All rights reserved. @@ -87,13 +87,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 @@ -145,7 +145,6 @@ Memory for the stream or buffer could not be allocated. .Xr fopen 3 , .Xr free 3 , .Xr fseek 3 , -.Xr sbuf 3 , .Xr stdio 3 .Sh STANDARDS The