Regen perlapi, regen toc.
[p5sagit/p5-mst-13.2.git] / pod / perlapi.pod
index 79fbc93..2ca1b21 100644 (file)
@@ -2043,12 +2043,12 @@ Found in file sharedsv.c
 
 Sort an array. Here is an example:
 
-    sortsv(AvARRAY(av), av_len(av)+1, Perl_sv_cmp_locale); 
+    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