Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio It is not just funopen(3) that is a BSDism.



details:   https://anonhg.NetBSD.org/src/rev/9e83aa56ced4
branches:  trunk
changeset: 769472:9e83aa56ced4
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Sep 11 07:37:06 2011 +0000

description:
It is not just funopen(3) that is a BSDism.

diffstat:

 lib/libc/stdio/funopen.3 |  14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diffs (32 lines):

diff -r 921d207cd983 -r 9e83aa56ced4 lib/libc/stdio/funopen.3
--- a/lib/libc/stdio/funopen.3  Sun Sep 11 07:31:20 2011 +0000
+++ b/lib/libc/stdio/funopen.3  Sun Sep 11 07:37:06 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: funopen.3,v 1.15 2010/03/22 19:30:54 joerg Exp $
+.\"    $NetBSD: funopen.3,v 1.16 2011/09/11 07:37:06 jruoho Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -31,7 +31,7 @@
 .\"
 .\"     @(#)funopen.3  8.1 (Berkeley) 6/9/93
 .\"
-.Dd June 9, 1993
+.Dd September 9, 2011
 .Dt FUNOPEN 3
 .Os
 .Sh NAME
@@ -167,9 +167,7 @@
 .Fn funopen
 functions first appeared in
 .Bx 4.4 .
-.Sh BUGS
-The
-.Fn funopen
-function
-may not be portable to systems other than
-.Bx .
+.Sh CAVEATS
+All three functions are specific to
+.Nx
+and thus unportable.



Home | Main Index | Thread Index | Old Index