summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/stdio.33
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