Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Clarify STANDARDS (i.e. cf. ualarm(3) is no lon...



details:   https://anonhg.NetBSD.org/src/rev/350738e2fc04
branches:  trunk
changeset: 764747:350738e2fc04
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Mon May 02 17:34:05 2011 +0000

description:
Clarify STANDARDS (i.e. cf. ualarm(3) is no longer in POSIX).

diffstat:

 lib/libc/gen/ualarm.3 |  17 ++++++-----------
 1 files changed, 6 insertions(+), 11 deletions(-)

diffs (39 lines):

diff -r 0072eeb36732 -r 350738e2fc04 lib/libc/gen/ualarm.3
--- a/lib/libc/gen/ualarm.3     Mon May 02 17:26:23 2011 +0000
+++ b/lib/libc/gen/ualarm.3     Mon May 02 17:34:05 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ualarm.3,v 1.18 2010/04/29 06:07:35 jruoho Exp $
+.\"    $NetBSD: ualarm.3,v 1.19 2011/05/02 17:34:05 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 29, 2010
+.Dd May 2, 2011
 .Dt UALARM 3
 .Os
 .Sh NAME
@@ -91,16 +91,11 @@
 .Sh STANDARDS
 The
 .Fn ualarm
-functions conforms to
-.St -xpg4.2
-and
+function conforms to
 .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 .
+However, the later
+.St -p1003.1-2008
+revision removed the function from the specification.
 .Sh HISTORY
 The
 .Fn ualarm



Home | Main Index | Thread Index | Old Index