From: Gurusamy Sarathy Date: Mon, 24 Apr 2000 03:23:10 +0000 (+0000) Subject: typo in pod X-Git-Tag: perl-5.7.0~861 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/7284b4ab7ff638e1d3459e352767847bc6c9e7ff 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.