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/41aec5631555
branches: trunk
changeset: 756217:41aec5631555
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Jul 08 21:34:22 2010 +0000
description:
Add comma in enumeration, sort errors.
diffstat:
lib/libpthread/pthread_mutex.3 | 8 ++++----
lib/libpthread/pthread_rwlock.3 | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (69 lines):
diff -r 4696d5de2d39 -r 41aec5631555 lib/libpthread/pthread_mutex.3
--- a/lib/libpthread/pthread_mutex.3 Thu Jul 08 21:34:06 2010 +0000
+++ b/lib/libpthread/pthread_mutex.3 Thu Jul 08 21:34:22 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_mutex.3,v 1.3 2010/07/08 20:09:29 jruoho Exp $
+.\" $NetBSD: pthread_mutex.3,v 1.4 2010/07/08 21:34:22 wiz Exp $
.\"
.\" Copyright (c) 2002, 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -144,12 +144,12 @@
.Bl -tag -width Er
.It Bq Er EAGAIN
The system lacks the resources to initialize another mutex.
-.It Bq Er ENOMEM
-The process cannot allocate enough memory to initialize another mutex.
.It Bq Er EINVAL
The value specified by
.Fa attr
is invalid.
+.It Bq Er ENOMEM
+The process cannot allocate enough memory to initialize another mutex.
.El
.Pp
.\" -----
@@ -207,7 +207,7 @@
.Xr pthread 3 ,
.Xr pthread_barrier 3 ,
.Xr pthread_cond 3 ,
-.Xr pthread_mutexattr 3
+.Xr pthread_mutexattr 3 ,
.Xr pthread_rwlock 3 ,
.Xr pthread_spin 3
.\" ----------------------------------------------------------------------------
diff -r 4696d5de2d39 -r 41aec5631555 lib/libpthread/pthread_rwlock.3
--- a/lib/libpthread/pthread_rwlock.3 Thu Jul 08 21:34:06 2010 +0000
+++ b/lib/libpthread/pthread_rwlock.3 Thu Jul 08 21:34:22 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_rwlock.3,v 1.1 2010/07/08 19:20:24 rmind Exp $
+.\" $NetBSD: pthread_rwlock.3,v 1.2 2010/07/08 21:34:48 wiz Exp $
.\"
.\" Copyright (c) 2002, 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -210,8 +210,6 @@
.Bl -tag -width Er
.It Bq Er EAGAIN
The system lacks the resources to initialize another read-write lock.
-.It Bq Er ENOMEM
-Insufficient memory exists to initialize the read-write lock.
.It Bq Er EBUSY
The system has detected an attempt to re-initialize the object
referenced by
@@ -221,6 +219,8 @@
The value specified by
.Fa attr
is invalid.
+.It Bq Er ENOMEM
+Insufficient memory exists to initialize the read-write lock.
.El
.Pp
.\" -----
@@ -331,7 +331,7 @@
.Sh SEE ALSO
.Xr pthread 3 ,
.Xr pthread_barrier 3 ,
-.Xr pthread_cond 3
+.Xr pthread_cond 3 ,
.Xr pthread_mutex 3 ,
.Xr pthread_rwlockattr 3 ,
.Xr pthread_spin 3
Home |
Main Index |
Thread Index |
Old Index