diff options
author | Frank Wiegand <frank.wiegand@gmail.com> | 2010-01-30 09:54:32 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-01-30 14:00:46 +0100 |
commit | e2c4d205f68f9d5ad26207e813b0230fe341c037 (patch) | |
tree | aa533c41bd9b1cb3d09808d78f1cf3bbf99a3f1d /pod/perlthrtut.pod | |
parent | 4592428789709e459662bc3ecbfa142cd912dfad (diff) | |
download | perl-e2c4d205f68f9d5ad26207e813b0230fe341c037.tar.gz |
Fix POD typo
Diffstat (limited to 'pod/perlthrtut.pod')
-rw-r--r-- | pod/perlthrtut.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlthrtut.pod b/pod/perlthrtut.pod index 6468aa826b..18a6f46daa 100644 --- a/pod/perlthrtut.pod +++ b/pod/perlthrtut.pod @@ -275,7 +275,7 @@ instead, as described next. NOTE: In the example above, the thread returns a list, thus necessitating that the thread creation call be made in list context (i.e., C<my ($thr)>). -See L<threads/"$thr->join()"> and L<threads/"THREAD CONTEXT"> for more +See L<< threads/"$thr->join()" >> and L<threads/"THREAD CONTEXT"> for more details on thread context and return values. =head2 Ignoring A Thread |