Change 32982 by [EMAIL PROTECTED] on 2008/01/16 12:12:10

        A couple of POD fixes by Steven Schubiger

Affected files ...

... //depot/perl/pad.h#31 edit
... //depot/perl/pod/perlapi.pod#313 edit
... //depot/perl/pod/perlintern.pod#69 edit
... //depot/perl/sv.c#1485 edit

Differences ...

==== //depot/perl/pad.h#31 (text) ====
Index: perl/pad.h
--- perl/pad.h#30~32793~        2008-01-01 09:18:13.000000000 -0800
+++ perl/pad.h  2008-01-16 04:12:10.000000000 -0800
@@ -306,8 +306,7 @@
 =for apidoc m|void|PAD_DUP|PADLIST dstpad|PADLIST srcpad|CLONE_PARAMS* param
 Clone a padlist.
 
-=for apidoc m|void|PAD_CLONE_VARS|PerlInterpreter *proto_perl \
-|CLONE_PARAMS* param
+=for apidoc m|void|PAD_CLONE_VARS|PerlInterpreter *proto_perl|CLONE_PARAMS* 
param
 Clone the state variables associated with running and compiling pads.
 
 =cut

==== //depot/perl/pod/perlapi.pod#313 (text+w) ====
Index: perl/pod/perlapi.pod
--- perl/pod/perlapi.pod#312~32925~     2008-01-09 09:59:11.000000000 -0800
+++ perl/pod/perlapi.pod        2008-01-16 04:12:10.000000000 -0800
@@ -5619,7 +5619,7 @@
 
 Compares the strings in two SVs in a locale-aware manner. Is UTF-8 and
 'use bytes' aware, handles get magic, and will coerce its args to strings
-if necessary.  See also C<sv_cmp_locale>.  See also C<sv_cmp>.
+if necessary.  See also C<sv_cmp>.
 
        I32     sv_cmp_locale(SV* sv1, SV* sv2)
 

==== //depot/perl/pod/perlintern.pod#69 (text+w) ====
Index: perl/pod/perlintern.pod
--- perl/pod/perlintern.pod#68~32148~   2007-10-20 08:02:33.000000000 -0700
+++ perl/pod/perlintern.pod     2008-01-16 04:12:10.000000000 -0800
@@ -119,10 +119,9 @@
 =item PAD_CLONE_VARS
 X<PAD_CLONE_VARS>
 
-|CLONE_PARAMS* param
 Clone the state variables associated with running and compiling pads.
 
-       void    PAD_CLONE_VARS(PerlInterpreter *proto_perl \)
+       void    PAD_CLONE_VARS(PerlInterpreter *proto_perl, CLONE_PARAMS* param)
 
 =for hackers
 Found in file pad.h

==== //depot/perl/sv.c#1485 (text) ====
Index: perl/sv.c
--- perl/sv.c#1484~32969~       2008-01-12 14:20:39.000000000 -0800
+++ perl/sv.c   2008-01-16 04:12:10.000000000 -0800
@@ -6252,7 +6252,7 @@
 
 Compares the strings in two SVs in a locale-aware manner. Is UTF-8 and
 'use bytes' aware, handles get magic, and will coerce its args to strings
-if necessary.  See also C<sv_cmp_locale>.  See also C<sv_cmp>.
+if necessary.  See also C<sv_cmp>.
 
 =cut
 */
End of Patch.

Reply via email to