From: Richard Soderberg Date: Mon, 28 May 2001 10:08:58 +0000 (-0700) Subject: Pod nitpicks X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f1a1024eca3d162fcb007fb387afaa980264bd2f;p=p5sagit%2Fp5-mst-13.2.git Pod nitpicks Message-ID: p4raw-id: //depot/perl@10263 --- diff --git a/pod/perl571delta.pod b/pod/perl571delta.pod index 9a069be..df132cc 100644 --- a/pod/perl571delta.pod +++ b/pod/perl571delta.pod @@ -62,7 +62,7 @@ natively, ASCII or EBCDIC, unless GLOB_ALPHASORT is specified.) =head1 Core Enhancements -=head1 AUTOLOAD Is Now Lvaluable +=head2 AUTOLOAD Is Now Lvaluable AUTOLOAD is now lvaluable, meaning that you can add the :lvalue attribute to AUTOLOAD subroutines and you can assign to the AUTOLOAD return value. diff --git a/pod/perlapi.pod b/pod/perlapi.pod index df6fbf4..b8dfd82 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -2208,7 +2208,7 @@ Found in file sv.h Tells an SV that it is a string and disables all other OK bits, and leaves the UTF8 status as it was. - + void SvPOK_only_UTF8(SV* sv) =for hackers diff --git a/sv.h b/sv.h index e1281d2..f9aa184 100644 --- a/sv.h +++ b/sv.h @@ -594,7 +594,7 @@ Unsets the UTF8 status of an SV. =for apidoc Am|void|SvPOK_only_UTF8|SV* sv Tells an SV that it is a string and disables all other OK bits, and leaves the UTF8 status as it was. - + =cut */