Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio Fix whitespace in Xr. Remove sbuf(3) Xr, we d...



details:   https://anonhg.NetBSD.org/src/rev/d9c4e47950b5
branches:  trunk
changeset: 803142:d9c4e47950b5
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Oct 13 22:41:59 2014 +0000

description:
Fix whitespace in Xr. Remove sbuf(3) Xr, we do not have that.

diffstat:

 lib/libc/stdio/open_memstream.3 |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 6a3f8e326956 -r d9c4e47950b5 lib/libc/stdio/open_memstream.3
--- a/lib/libc/stdio/open_memstream.3   Mon Oct 13 22:24:43 2014 +0000
+++ b/lib/libc/stdio/open_memstream.3   Mon Oct 13 22:41:59 2014 +0000
@@ -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 <jhb%FreeBSD.org@localhost>
 .\" All rights reserved.
@@ -87,13 +87,13 @@
 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 @@
 .Xr fopen 3 ,
 .Xr free 3 ,
 .Xr fseek 3 ,
-.Xr sbuf 3 ,
 .Xr stdio 3
 .Sh STANDARDS
 The



Home | Main Index | Thread Index | Old Index