Source-Changes-HG archive

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

[src/trunk]: src/lib/libpthread Sort errors.



details:   https://anonhg.NetBSD.org/src/rev/4696d5de2d39
branches:  trunk
changeset: 756216:4696d5de2d39
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jul 08 21:34:06 2010 +0000

description:
Sort errors.

diffstat:

 lib/libpthread/pthread_cond.3 |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (46 lines):

diff -r f7904bdae5ad -r 4696d5de2d39 lib/libpthread/pthread_cond.3
--- a/lib/libpthread/pthread_cond.3     Thu Jul 08 21:33:38 2010 +0000
+++ b/lib/libpthread/pthread_cond.3     Thu Jul 08 21:34:06 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_cond.3,v 1.1 2010/07/08 19:20:20 rmind Exp $
+.\" $NetBSD: pthread_cond.3,v 1.2 2010/07/08 21:34:06 wiz Exp $
 .\"
 .\" Copyright (c) 2002, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -254,13 +254,13 @@
 .Bl -tag -width Er
 .It Bq Er EAGAIN
 The system lacks the resources to initialize another condition variable.
-.It Bq Er ENOMEM
-The process cannot allocate enough memory to initialize another condition
-variable.
 .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 condition
+variable.
 .El
 .Pp
 .\" -----
@@ -304,9 +304,6 @@
 .Fn pthread_cond_timedwait
 may fail if:
 .Bl -tag -width Er
-.It Bq Er ETIMEDOUT
-The system time has reached or exceeded the time specified in
-.Fa abstime .
 .It Bq Er EINVAL
 The value specified by
 .Fa cond ,
@@ -314,6 +311,9 @@
 or
 .Fa abstime
 is invalid.
+.It Bq Er ETIMEDOUT
+The system time has reached or exceeded the time specified in
+.Fa abstime .
 .El
 .Pp
 .Fn pthread_cond_wait



Home | Main Index | Thread Index | Old Index