Module Name:    src
Committed By:   rmind
Date:           Sat Oct 15 21:31:27 UTC 2011

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

Log Message:
- Mention that fmemopen(3) conforms POSIX-2008.
- Drop advertising clause in TNF license.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/stdio/fmemopen.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/fmemopen.3
diff -u src/lib/libc/stdio/fmemopen.3:1.5 src/lib/libc/stdio/fmemopen.3:1.6
--- src/lib/libc/stdio/fmemopen.3:1.5	Thu Oct  7 00:14:14 2010
+++ src/lib/libc/stdio/fmemopen.3	Sat Oct 15 21:31:27 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fmemopen.3,v 1.5 2010/10/07 00:14:14 enami Exp $
+.\"	$NetBSD: fmemopen.3,v 1.6 2011/10/15 21:31:27 rmind Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -14,11 +14,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 3. All advertising materials mentioning features or use of this software
-.\"    must display the following acknowledgement:
-.\"        This product includes software developed by the NetBSD
-.\"        Foundation, Inc. and its contributors.
-.\" 4. Neither the name of The NetBSD Foundation nor the names of its
+.\" 3. Neither the name of The NetBSD Foundation nor the names of its
 .\"    contributors may be used to endorse or promote products derived
 .\"    from this software without specific prior written permission.
 .\"
@@ -34,7 +30,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd September 24, 2010
+.Dd October 15, 2011
 .Dt FMEMOPEN 3
 .Os
 .Sh NAME
@@ -186,6 +182,11 @@ specified for the routine
 .Xr fflush 3 ,
 .Xr fopen 3 ,
 .Xr malloc 3
+.Sh STANDARDS
+The
+.Fn fmemopen
+function conforms to
+.St -p1003.1-2008 .
 .Sh HISTORY
 The
 .Fn fmemopen

Reply via email to