Source-Changes-HG archive

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

[src/netbsd-3]: src/lib/libpthread Pull up revision 1.6 (requested by peter i...



details:   https://anonhg.NetBSD.org/src/rev/5df325c1f03e
branches:  netbsd-3
changeset: 576303:5df325c1f03e
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jun 18 11:03:38 2005 +0000

description:
Pull up revision 1.6 (requested by peter in ticket #473):
New sentence, new line.
Break much too long line.

diffstat:

 lib/libpthread/pthread_barrier_wait.3 |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r f41126a0fdd0 -r 5df325c1f03e lib/libpthread/pthread_barrier_wait.3
--- a/lib/libpthread/pthread_barrier_wait.3     Sat Jun 18 11:03:13 2005 +0000
+++ b/lib/libpthread/pthread_barrier_wait.3     Sat Jun 18 11:03:38 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_barrier_wait.3,v 1.4.6.1 2005/06/18 11:02:02 tron Exp $
+.\" $NetBSD: pthread_barrier_wait.3,v 1.4.6.2 2005/06/18 11:03:38 tron Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -53,11 +53,14 @@
 .Sh RETURN VALUES
 If successful,
 .Fn pthread_barrier_wait
-will return zero for all waiting threads except for one.  One thread will
-receive status
+will return zero for all waiting threads except for one.
+One thread will receive status
 .Dv PTHREAD_BARRIER_SERIAL_THREAD ,
 which is intended to indicate that this thread may be used to update
-shared data.  It is the responsibility of this thread to insure the visibility and atomicity of any updates to shared data with respect to the other threads participating in the barrier.
+shared data.
+It is the responsibility of this thread to insure the visibility
+and atomicity of any updates to shared data with respect to the
+other threads participating in the barrier.
 In the case of failure, an error value will be returned.
 .Sh ERRORS
 .Fn pthread_barrier_wait



Home | Main Index | Thread Index | Old Index