Source-Changes-HG archive

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

[src/trunk]: src Properly mark the standard that "deprecated" all of these.



details:   https://anonhg.NetBSD.org/src/rev/3d2b310f16e4
branches:  trunk
changeset: 754372:3d2b310f16e4
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Apr 29 06:07:35 2010 +0000

description:
Properly mark the standard that "deprecated" all of these.

diffstat:

 lib/libc/gen/makecontext.3 |   9 ++++++---
 lib/libc/gen/ualarm.3      |  14 +++++++++++---
 lib/libc/sys/getcontext.2  |   7 +++++--
 share/man/man2/ucontext.2  |   8 +++++---
 4 files changed, 27 insertions(+), 11 deletions(-)

diffs (126 lines):

diff -r 653885e353e3 -r 3d2b310f16e4 lib/libc/gen/makecontext.3
--- a/lib/libc/gen/makecontext.3        Thu Apr 29 05:42:04 2010 +0000
+++ b/lib/libc/gen/makecontext.3        Thu Apr 29 06:07:35 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: makecontext.3,v 1.8 2010/04/28 14:07:03 jruoho Exp $
+.\"    $NetBSD: makecontext.3,v 1.9 2010/04/29 06:07:35 jruoho Exp $
 .\"
 .\" Copyright (c) 2001, 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April 28, 2010
+.Dd April 29, 2010
 .Dt MAKECONTEXT 3
 .Os
 .Sh NAME
@@ -138,7 +138,7 @@
 .St -p1003.1-2001 .
 .Pp
 The
-.St -p1003.1-2008
+.St -p1003.1-2004
 revision marked the functions
 .Fn makecontext
 and
@@ -146,6 +146,9 @@
 as obsolete, citing portability issues and recommending the use of
 .Tn POSIX
 threads instead.
+The
+.St -p1003.1-2008
+revision removed the functions from the specification.
 .Pp
 .Bf -symbolic
 The standard does not clearly define the type of integer arguments
diff -r 653885e353e3 -r 3d2b310f16e4 lib/libc/gen/ualarm.3
--- a/lib/libc/gen/ualarm.3     Thu Apr 29 05:42:04 2010 +0000
+++ b/lib/libc/gen/ualarm.3     Thu Apr 29 06:07:35 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ualarm.3,v 1.17 2003/08/07 16:42:58 agc Exp $
+.\"    $NetBSD: ualarm.3,v 1.18 2010/04/29 06:07:35 jruoho Exp $
 .\"
 .\" Copyright (c) 1986, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)ualarm.3   8.2 (Berkeley) 4/19/94
 .\"
-.Dd April 19, 1994
+.Dd April 29, 2010
 .Dt UALARM 3
 .Os
 .Sh NAME
@@ -92,7 +92,15 @@
 The
 .Fn ualarm
 functions conforms to
-.St -xpg4.2 .
+.St -xpg4.2
+and
+.St -p1003.1-2001 .
+The latter standard marked
+.Fn ualarm
+as obsolescent and a later revision,
+.St -p1003.1-2008 ,
+removed the specification of
+.Fn ualarm .
 .Sh HISTORY
 The
 .Fn ualarm
diff -r 653885e353e3 -r 3d2b310f16e4 lib/libc/sys/getcontext.2
--- a/lib/libc/sys/getcontext.2 Thu Apr 29 05:42:04 2010 +0000
+++ b/lib/libc/sys/getcontext.2 Thu Apr 29 06:07:35 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getcontext.2,v 1.6 2010/04/28 14:07:03 jruoho Exp $
+.\"    $NetBSD: getcontext.2,v 1.7 2010/04/29 06:07:35 jruoho Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -132,7 +132,7 @@
 indications are an extension to the standard.
 .Pp
 The
-.St -p1003.1-2008
+.St -p1003.1-2004
 revision marked the functions
 .Fn getcontext
 and
@@ -140,6 +140,9 @@
 as obsolete, citing portability issues and recommending the use of
 .Tn POSIX
 threads instead.
+The
+.St -p1003.1-2008
+revision removed the functions from the specification.
 .Sh HISTORY
 The
 .Fn getcontext
diff -r 653885e353e3 -r 3d2b310f16e4 share/man/man2/ucontext.2
--- a/share/man/man2/ucontext.2 Thu Apr 29 05:42:04 2010 +0000
+++ b/share/man/man2/ucontext.2 Thu Apr 29 06:07:35 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ucontext.2,v 1.5 2010/04/28 14:07:03 jruoho Exp $
+.\"    $NetBSD: ucontext.2,v 1.6 2010/04/29 06:07:35 jruoho Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April 28, 2010
+.Dd April 29, 2010
 .Dt UCONTEXT 2
 .Os
 .Sh NAME
@@ -103,4 +103,6 @@
 .St -p1003.1-2001 .
 The
 .St -p1003.1-2008
-revision marked the accompanying functions as obsolescent.
+revision removed the
+.Vt ucontext_t
+from the specification.



Home | Main Index | Thread Index | Old Index