From: Frank Wiegand Date: Sat, 30 Jan 2010 08:54:32 +0000 (+0100) Subject: Fix POD typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e2c4d205f68f9d5ad26207e813b0230fe341c037;p=p5sagit%2Fp5-mst-13.2.git Fix POD typo --- diff --git a/pod/perlthrtut.pod b/pod/perlthrtut.pod index 6468aa8..18a6f46 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). -See Ljoin()"> and L for more +See L<< threads/"$thr->join()" >> and L for more details on thread context and return values. =head2 Ignoring A Thread