Source-Changes-HG archive

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

[src/trunk]: src/lib/libpthread New sentence, new line.



details:   https://anonhg.NetBSD.org/src/rev/2d09659d874b
branches:  trunk
changeset: 582123:2d09659d874b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Jun 17 18:23:52 2005 +0000

description:
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 55cefd154f4d -r 2d09659d874b lib/libpthread/pthread_barrier_wait.3
--- a/lib/libpthread/pthread_barrier_wait.3     Fri Jun 17 18:23:19 2005 +0000
+++ b/lib/libpthread/pthread_barrier_wait.3     Fri Jun 17 18:23:52 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_barrier_wait.3,v 1.5 2005/06/17 18:07:06 peter Exp $
+.\" $NetBSD: pthread_barrier_wait.3,v 1.6 2005/06/17 18:23:52 wiz 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