perlthrtut links.
Jarkko Hietaniemi [Wed, 5 Jun 2002 00:58:43 +0000 (00:58 +0000)]
p4raw-id: //depot/perl@16998

ext/threads/shared/shared.pm
ext/threads/threads.pm
pod/perldelta.pod

index 7536495..f98ca7d 100644 (file)
@@ -201,11 +201,6 @@ Documentation borrowed from Thread.pm
 
 =head1 SEE ALSO
 
-L<perl> L<threads>
+L<threads>, L<perlthrtut>
 
 =cut
-
-
-
-
-
index 43d1f0a..5739104 100755 (executable)
@@ -259,6 +259,6 @@ please join perl-ithreads@perl.org for more information
 
 =head1 SEE ALSO
 
-L<perl>, L<threads::shared>, L<perlcall>, L<perlembed>, L<perlguts>
+L<threads::shared>, L<perlthrtut>, L<perlcall>, L<perlembed>, L<perlguts>
 
 =cut
index db3d332..6b2a06e 100644 (file)
@@ -246,7 +246,8 @@ to be removed in a future release.
 
 The 5.005 threads model (module C<Thread>) is deprecated and expected
 to be removed in Perl 5.10.  Multithreaded code should be migrated to
-the new ithreads model (see L<threads> and L<threads::shared>).
+the new ithreads model (see L<threads>, L<threads::shared> and
+L<perlthrtut>).
 
 =item *
 
@@ -989,7 +990,8 @@ parsing algorithms.  See L<Text::Balanced>.
 C<threads>, by Arthur Bergman, is an interface to interpreter threads.
 Interpreter threads (ithreads) is the new thread model introduced in
 Perl 5.6 but only available as an internal interface for extension
-writers (and for Win32 Perl for C<fork()> emulation).  See L<threads>.
+writers (and for Win32 Perl for C<fork()> emulation).  See L<threads>,
+L<threads::shared>, and L<perlthrtut>.
 
 =item *