Module Name: src Committed By: rumble Date: Thu Jul 2 19:43:06 UTC 2009
Modified Files: src/lib/libpthread: pthread_cond_wait.3 Log Message: "unblocks the mutex" -> "unlocks the mutex" To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libpthread/pthread_cond_wait.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_cond_wait.3 diff -u src/lib/libpthread/pthread_cond_wait.3:1.12 src/lib/libpthread/pthread_cond_wait.3:1.13 --- src/lib/libpthread/pthread_cond_wait.3:1.12 Sun Jan 11 02:46:48 2009 +++ src/lib/libpthread/pthread_cond_wait.3 Thu Jul 2 19:43:06 2009 @@ -1,4 +1,4 @@ -.\" $NetBSD: pthread_cond_wait.3,v 1.12 2009/01/11 02:46:48 christos Exp $ +.\" $NetBSD: pthread_cond_wait.3,v 1.13 2009/07/02 19:43:06 rumble Exp $ .\" .\" Copyright (c) 2002, 2008 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -72,7 +72,7 @@ function atomically blocks the current thread waiting on the condition variable specified by .Fa cond , -and unblocks the mutex specified by +and unlocks the mutex specified by .Fa mutex . The waiting thread unblocks after another thread calls .Xr pthread_cond_signal 3 , @@ -90,7 +90,7 @@ function atomically blocks the current thread waiting on the condition variable specified by .Fa cond , -and unblocks the mutex specified by +and unlocks the mutex specified by .Fa mutex . The waiting thread unblocks after another thread calls .Xr pthread_cond_signal 3 ,