diff options
| author | dholland <dholland@NetBSD.org> | 2015-09-06 01:35:34 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2015-09-06 01:35:34 +0000 |
| commit | ef3aaa372fe8fedcb912cf5625f925dcacfcd758 (patch) | |
| tree | 75edad2f3821a3f9bdf8d4d0d6086d32d9d54e19 /lib/libc/stdio | |
| parent | 1c4a685abb23fc89096da1d6cfa46d6cd2b2e8f2 (diff) | |
Mention fmemopen().
Diffstat (limited to 'lib/libc/stdio')
| -rw-r--r-- | lib/libc/stdio/stdio.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index eff53c8bc34..88a5e3589b4 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -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 @@ library conforms to .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 |
