From: Jarkko Hietaniemi Date: Tue, 9 Jul 2002 21:35:33 +0000 (+0000) Subject: Detypo. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=86c43dd63e0dc780f3f954e6c43e51a7a748e5a7;p=p5sagit%2Fp5-mst-13.2.git Detypo. p4raw-id: //depot/perl@17456 --- diff --git a/ext/threads/shared/shared.pm b/ext/threads/shared/shared.pm index d7d67de..d7fe1dc 100644 --- a/ext/threads/shared/shared.pm +++ b/ext/threads/shared/shared.pm @@ -80,8 +80,9 @@ C, C, C, C, C =item share VARIABLE -C takes a value and marks it as shared. You can share a scalar, array, -hash, scalar ref, array ref or hash ref. C will return the shared value. +C takes a value and marks it as shared. You can share a scalar, +array, hash, scalar ref, array ref or hash ref. C will return +the shared rvalue. C will traverse up references exactly I level. C is equivalent to C, while C is not. @@ -89,8 +90,9 @@ C is equivalent to C, while C is not. A variable can also be marked as shared at compile time by using the C attribute: C. -If you want to share a newly created reference, unfourtunetly you need to use -C<&share([])> and C<&share({})> syntax due to problems with perls prototyping. +If you want to share a newly created reference unfortunately you +need to use C<&share([])> and C<&share({})> syntax due to problems +with Perl's prototyping. =item lock VARIABLE