Module Name: src Committed By: abhinav Date: Sun Oct 22 18:37:01 UTC 2017
Modified Files: src/lib/libpthread: pthread_barrierattr.3 Log Message: All the four functions described in the man page conform to POSIX.1 To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libpthread/pthread_barrierattr.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_barrierattr.3 diff -u src/lib/libpthread/pthread_barrierattr.3:1.12 src/lib/libpthread/pthread_barrierattr.3:1.13 --- src/lib/libpthread/pthread_barrierattr.3:1.12 Sun Oct 22 18:26:46 2017 +++ src/lib/libpthread/pthread_barrierattr.3 Sun Oct 22 18:37:01 2017 @@ -1,4 +1,4 @@ -.\" $NetBSD: pthread_barrierattr.3,v 1.12 2017/10/22 18:26:46 abhinav Exp $ +.\" $NetBSD: pthread_barrierattr.3,v 1.13 2017/10/22 18:37:01 abhinav Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -103,7 +103,7 @@ is invalid. .Sh SEE ALSO .Xr pthread_barrier_init 3 .Sh STANDARDS -Both functions conform to +These functions conform to .St -p1003.1-2001 . .Sh BUGS The