Pod nitpicks
Richard Soderberg [Mon, 28 May 2001 10:08:58 +0000 (03:08 -0700)]
Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>

p4raw-id: //depot/perl@10263

pod/perl571delta.pod
pod/perlapi.pod
sv.h

index 9a069be..df132cc 100644 (file)
@@ -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.
index df6fbf4..b8dfd82 100644 (file)
@@ -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 (file)
--- 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
  */