Module Name:    src
Committed By:   dholland
Date:           Sun Sep  6 01:36:21 UTC 2015

Modified Files:
        src/lib/libc/stdio: funopen.3

Log Message:
SEE ALSO fmemopen(3)


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/stdio/funopen.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/stdio/funopen.3
diff -u src/lib/libc/stdio/funopen.3:1.22 src/lib/libc/stdio/funopen.3:1.23
--- src/lib/libc/stdio/funopen.3:1.22	Mon Oct  8 18:15:09 2012
+++ src/lib/libc/stdio/funopen.3	Sun Sep  6 01:36:21 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: funopen.3,v 1.22 2012/10/08 18:15:09 njoly Exp $
+.\"	$NetBSD: funopen.3,v 1.23 2015/09/06 01:36:21 dholland Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -169,6 +169,7 @@ specified for the routine
 .Xr fcntl 2 ,
 .Xr open 2 ,
 .Xr fclose 3 ,
+.Xr fmemopen 3 ,
 .Xr fopen 3 ,
 .Xr fseek 3 ,
 .Xr setbuf 3

Reply via email to