diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-05 00:58:43 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-05 00:58:43 +0000 |
commit | 4c18bbd32f64fb5117e27f750e0f7f223d17760d (patch) | |
tree | bb2376876461cccb8fe3bd9d6ff510f25bd50bfc /ext | |
parent | 9fba2765bcac9e8d0860d2ada2be86baea617882 (diff) | |
download | perl-4c18bbd32f64fb5117e27f750e0f7f223d17760d.tar.gz |
perlthrtut links.
p4raw-id: //depot/perl@16998
Diffstat (limited to 'ext')
-rw-r--r-- | ext/threads/shared/shared.pm | 7 | ||||
-rwxr-xr-x | ext/threads/threads.pm | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/ext/threads/shared/shared.pm b/ext/threads/shared/shared.pm index 7536495437..f98ca7dff9 100644 --- a/ext/threads/shared/shared.pm +++ b/ext/threads/shared/shared.pm @@ -201,11 +201,6 @@ Documentation borrowed from Thread.pm =head1 SEE ALSO -L<perl> L<threads> +L<threads>, L<perlthrtut> =cut - - - - - diff --git a/ext/threads/threads.pm b/ext/threads/threads.pm index 43d1f0a01f..5739104244 100755 --- a/ext/threads/threads.pm +++ b/ext/threads/threads.pm @@ -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 |