Module Name:    src
Committed By:   maya
Date:           Tue Mar 28 17:42:52 UTC 2017

Modified Files:
        src/lib/libpthread: pthread_condattr.3

Log Message:
Remove outdated CAVEATS.

Not sure everything is standards compliant, but I've been told non-default
values are supported and pshared exists.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libpthread/pthread_condattr.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/libpthread/pthread_condattr.3
diff -u src/lib/libpthread/pthread_condattr.3:1.11 src/lib/libpthread/pthread_condattr.3:1.12
--- src/lib/libpthread/pthread_condattr.3:1.11	Tue Jul  5 10:04:17 2016
+++ src/lib/libpthread/pthread_condattr.3	Tue Mar 28 17:42:52 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_condattr.3,v 1.11 2016/07/05 10:04:17 wiz Exp $
+.\" $NetBSD: pthread_condattr.3,v 1.12 2017/03/28 17:42:52 maya Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -50,7 +50,7 @@
 .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\" $FreeBSD: src/lib/libpthread/man/pthread_condattr.3,v 1.10 2002/09/16 19:29:28 mini Exp $
-.Dd June 12, 2016
+.Dd March 28, 2017
 .Dt PTHREAD_CONDATTR 3
 .Os
 .Sh NAME
@@ -158,14 +158,6 @@ is invalid.
 .Sh STANDARDS
 Both functions conform to
 .St -p1003.1-2001 .
-.Sh CAVEATS
-The usefulness of the functions is questionable as the
-.Nx
-implementation does not support any non-default attributes.
-These functions do not conform to the
-.St -p1003.1-2008
-revision of the standard, which mandates two additional attributes,
-the clock attribute and the process-shared attribute.
 .Sh BUGS
 The
 .Fn pthread_condattr_getpshared

Reply via email to