Source-Changes-HG archive

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

[src/trunk]: src/lib/libpthread Add comma in enumeration, sort errors.



details:   https://anonhg.NetBSD.org/src/rev/f7904bdae5ad
branches:  trunk
changeset: 756215:f7904bdae5ad
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jul 08 21:33:38 2010 +0000

description:
Add comma in enumeration, sort errors.

diffstat:

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

diffs (36 lines):

diff -r 17f56007e467 -r f7904bdae5ad lib/libpthread/pthread_barrier.3
--- a/lib/libpthread/pthread_barrier.3  Thu Jul 08 21:33:02 2010 +0000
+++ b/lib/libpthread/pthread_barrier.3  Thu Jul 08 21:33:38 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_barrier.3,v 1.2 2010/07/08 20:59:43 jruoho Exp $
+.\" $NetBSD: pthread_barrier.3,v 1.3 2010/07/08 21:33:38 wiz Exp $
 .\"
 .\" Copyright (c) 2002, 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -120,6 +120,8 @@
 .Bl -tag -width Er
 .It Bq Er EAGAIN
 The system lacks the resources to initialize another barrier.
+.It Bq Er EBUSY
+The barrier structure has been initialized already.
 .It Bq Er EINVAL
 The value specified by
 .Fa count
@@ -128,8 +130,6 @@
 is invalid.
 .It Bq Er ENOMEM
 Insufficient memory exists to initialize the barrier.
-.It Bq Er EBUSY
-The barrier structure has been initialized already.
 .El
 .Pp
 .\" -----
@@ -159,7 +159,7 @@
 .Sh SEE ALSO
 .Xr pthread 3 ,
 .Xr pthread_barrierattr 3 ,
-.Xr pthread_cond 3
+.Xr pthread_cond 3 ,
 .Xr pthread_mutex 3 ,
 .Xr pthread_rwlock 3 ,
 .Xr pthread_spin 3



Home | Main Index | Thread Index | Old Index