Source-Changes-HG archive

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

[src/trunk]: src/lib/libpthread All the four functions described in the man p...



details:   https://anonhg.NetBSD.org/src/rev/087f9b1fb924
branches:  trunk
changeset: 356985:087f9b1fb924
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Sun Oct 22 18:37:01 2017 +0000

description:
All the four functions described in the man page conform to POSIX.1

diffstat:

 lib/libpthread/pthread_barrierattr.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e243f9e131a5 -r 087f9b1fb924 lib/libpthread/pthread_barrierattr.3
--- a/lib/libpthread/pthread_barrierattr.3      Sun Oct 22 18:26:46 2017 +0000
+++ b/lib/libpthread/pthread_barrierattr.3      Sun Oct 22 18:37:01 2017 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index