Module Name: src
Committed By: wiz
Date: Mon Oct 13 22:41:59 UTC 2014
Modified Files:
src/lib/libc/stdio: open_memstream.3
Log Message:
Fix whitespace in Xr. Remove sbuf(3) Xr, we do not have that.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/stdio/open_memstream.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/stdio/open_memstream.3
diff -u src/lib/libc/stdio/open_memstream.3:1.1 src/lib/libc/stdio/open_memstream.3:1.2
--- src/lib/libc/stdio/open_memstream.3:1.1 Mon Oct 13 00:40:36 2014
+++ src/lib/libc/stdio/open_memstream.3 Mon Oct 13 22:41:59 2014
@@ -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 <[email protected]>
.\" All rights reserved.
@@ -87,13 +87,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
@@ -145,7 +145,6 @@ Memory for the stream or buffer could no
.Xr fopen 3 ,
.Xr free 3 ,
.Xr fseek 3 ,
-.Xr sbuf 3 ,
.Xr stdio 3
.Sh STANDARDS
The