Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpthread Fix typo.
details: https://anonhg.NetBSD.org/src/rev/182dbeb395af
branches: trunk
changeset: 756262:182dbeb395af
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Jul 09 20:56:01 2010 +0000
description:
Fix typo.
diffstat:
lib/libpthread/pthread_cond.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1afe07962cde -r 182dbeb395af lib/libpthread/pthread_cond.3
--- a/lib/libpthread/pthread_cond.3 Fri Jul 09 18:42:46 2010 +0000
+++ b/lib/libpthread/pthread_cond.3 Fri Jul 09 20:56:01 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_cond.3,v 1.4 2010/07/09 18:01:53 jruoho Exp $
+.\" $NetBSD: pthread_cond.3,v 1.5 2010/07/09 20:56:01 wiz Exp $
.\"
.\" Copyright (c) 2002, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -126,7 +126,7 @@
whereas the latter blocks only one waiting thread.
If no threads are waiting on
.Fa cond ,
-neihter function has any effect.
+neither function has any effect.
If more than one thread is blocked on a condition variable,
the used scheduling policy determines the order in which threads are unblocked.
The same mutex used for waiting must be held while calling either function.
Home |
Main Index |
Thread Index |
Old Index