diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-01-16 12:12:10 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-01-16 12:12:10 +0000 |
commit | d77cdebfaf0c7eb784a132b575c93953a56db215 (patch) | |
tree | 06ed2cb809dcd847d928424b83b2f5dc61469556 /pod | |
parent | 9244ff22d9253b414cdb453152476520e8a65e68 (diff) | |
download | perl-d77cdebfaf0c7eb784a132b575c93953a56db215.tar.gz |
A couple of POD fixes by Steven Schubiger
p4raw-id: //depot/perl@32982
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlapi.pod | 2 | ||||
-rw-r--r-- | pod/perlintern.pod | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 514e158966..15875dc9f3 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -5619,7 +5619,7 @@ X<sv_cmp_locale> 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) diff --git a/pod/perlintern.pod b/pod/perlintern.pod index 198ec5805c..67ff429af0 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -119,10 +119,9 @@ Found in file pad.h =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 |