Module Name: src
Committed By: wiz
Date: Thu Jul 8 21:34:22 UTC 2010
Modified Files:
src/lib/libpthread: pthread_mutex.3
Log Message:
Add comma in enumeration, sort errors.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libpthread/pthread_mutex.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpthread/pthread_mutex.3
diff -u src/lib/libpthread/pthread_mutex.3:1.3 src/lib/libpthread/pthread_mutex.3:1.4
--- src/lib/libpthread/pthread_mutex.3:1.3 Thu Jul 8 20:09:29 2010
+++ src/lib/libpthread/pthread_mutex.3 Thu Jul 8 21:34:22 2010
@@ -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
.\" ----------------------------------------------------------------------------