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 that fmemopen(3) conforms POSIX-2008.



details:   https://anonhg.NetBSD.org/src/rev/fe325c3419c7
branches:  trunk
changeset: 770404:fe325c3419c7
user:      rmind <rmind%NetBSD.org@localhost>
date:      Sat Oct 15 21:31:27 2011 +0000

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

diffstat:

 lib/libc/stdio/fmemopen.3 |  15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r 056b799caedd -r fe325c3419c7 lib/libc/stdio/fmemopen.3
--- a/lib/libc/stdio/fmemopen.3 Sat Oct 15 21:14:57 2011 +0000
+++ b/lib/libc/stdio/fmemopen.3 Sat Oct 15 21:31:27 2011 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index