summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAndy Bussey <andybussey@yahoo.co.uk>2002-01-03 23:24:13 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2002-01-04 02:58:05 +0000
commit8c5dce875ce1b9acf30c406ded0e42f48b064afd (patch)
tree587bf0148ae29de7be4536b65bb159be7cee2a16 /ext
parent5d19da2d0917eaf265a61e9e81cda3c17eee9cb0 (diff)
downloadperl-8c5dce875ce1b9acf30c406ded0e42f48b064afd.tar.gz
threads::shared doc
Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com> p4raw-link: @14042 on //depot/perl: 0ac6548c96ce0c047f2319c1d7393075a554e45d p4raw-id: //depot/perl@14050
Diffstat (limited to 'ext')
-rw-r--r--ext/threads/shared/shared.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/threads/shared/shared.pm b/ext/threads/shared/shared.pm
index 1f2ad9d99c..62cdbdd105 100644
--- a/ext/threads/shared/shared.pm
+++ b/ext/threads/shared/shared.pm
@@ -211,10 +211,10 @@ in a C<cond_wait> on the locked variable, rather than only one.
=head1 NOTES
-threads::shared is designed is disable itself silently if threads are
+threads::shared is designed to disable itself silently if threads are
not available. If you want access to threads, you must C<use threads>
before you C<use threads::shared>. threads will emit a warning if you
-use it before threads::shared.
+use it after threads::shared.
=head1 BUGS