Module Name: src
Committed By: jruoho
Date: Mon May 2 17:34:06 UTC 2011
Modified Files:
src/lib/libc/gen: ualarm.3
Log Message:
Clarify STANDARDS (i.e. cf. ualarm(3) is no longer in POSIX).
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/gen/ualarm.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/gen/ualarm.3
diff -u src/lib/libc/gen/ualarm.3:1.18 src/lib/libc/gen/ualarm.3:1.19
--- src/lib/libc/gen/ualarm.3:1.18 Thu Apr 29 06:07:35 2010
+++ src/lib/libc/gen/ualarm.3 Mon May 2 17:34:05 2011
@@ -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