From: Gurusamy Sarathy Date: Mon, 24 Apr 2000 03:23:10 +0000 (+0000) Subject: typo in pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7284b4ab7ff638e1d3459e352767847bc6c9e7ff;p=p5sagit%2Fp5-mst-13.2.git typo in pod p4raw-id: //depot/perl@5910 --- diff --git a/ext/Thread/Thread.pm b/ext/Thread/Thread.pm index 00cba8a..c752e3d 100644 --- a/ext/Thread/Thread.pm +++ b/ext/Thread/Thread.pm @@ -130,7 +130,7 @@ signal is discarded. =item cond_broadcast VARIABLE -The C function works similarly to C. +The C function works similarly to C. C, though, will unblock B the threads that are blocked in a C on the locked variable, rather than only one.