VMS pre7 default signal handling
[p5sagit/p5-mst-13.2.git] / pod / perlapi.pod
index 79fbc93..8528c90 100644 (file)
@@ -2045,10 +2045,10 @@ Sort an array. Here is an example:
 
     sortsv(AvARRAY(av), av_len(av)+1, Perl_sv_cmp_locale); 
 
-       void    sortsv(SV ** array, size_t num_elts, SVCOMPARE_t f)
+       void    sortsv(SV ** array, size_t num_elts, SVCOMPARE_t cmp)
 
 =for hackers
-Found in file pp_ctl.c
+Found in file pp_sort.c
 
 =item SP