Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio Mention fmemopen().



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

description:
Mention fmemopen().

diffstat:

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

diffs (17 lines):

diff -r 30fac5b80cbe -r 230dcfc47274 lib/libc/stdio/stdio.3
--- a/lib/libc/stdio/stdio.3    Sat Sep 05 23:04:01 2015 +0000
+++ b/lib/libc/stdio/stdio.3    Sun Sep 06 01:35:34 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: stdio.3,v 1.24 2010/05/05 04:13:16 jruoho Exp $
+.\"    $NetBSD: stdio.3,v 1.25 2015/09/06 01:35:34 dholland Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -241,6 +241,7 @@
 .It fgetwc     get next wide character from input stream
 .It fileno     check and reset stream status
 .It flockfile  lock a stream
+.It fmemopen   open a stream that points to a memory buffer
 .It fopen      stream open functions
 .It fprintf    formatted output conversion
 .It fpurge     flush a stream



Home | Main Index | Thread Index | Old Index