Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio Improve the short description.



details:   https://anonhg.NetBSD.org/src/rev/e85d8c061d41
branches:  trunk
changeset: 810589:e85d8c061d41
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Sep 06 01:37:35 2015 +0000

description:
Improve the short description.

diffstat:

 lib/libc/stdio/fmemopen.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r d59f0e9668e3 -r e85d8c061d41 lib/libc/stdio/fmemopen.3
--- a/lib/libc/stdio/fmemopen.3 Sun Sep 06 01:36:21 2015 +0000
+++ b/lib/libc/stdio/fmemopen.3 Sun Sep 06 01:37:35 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fmemopen.3,v 1.7 2012/10/08 18:15:09 njoly Exp $
+.\"    $NetBSD: fmemopen.3,v 1.8 2015/09/06 01:37:35 dholland Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -30,12 +30,12 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd October 15, 2011
+.Dd September 5, 2015
 .Dt FMEMOPEN 3
 .Os
 .Sh NAME
 .Nm fmemopen
-.Nd open a stream that points to the given buffer
+.Nd open a stream that points to a memory buffer
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS



Home | Main Index | Thread Index | Old Index