diff options
author | Steve Hay <SteveHay@planit.com> | 2005-08-11 09:21:37 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-08-11 09:21:37 +0000 |
commit | aa924a5a9419ef5f1f81112bb1826bb7171ca797 (patch) | |
tree | 0a0bb76e277d348d4d59018b027c4ef871518b57 /pod | |
parent | 16ed468695c21630f18883bfbedc3d5170ddc8b2 (diff) | |
download | perl-aa924a5a9419ef5f1f81112bb1826bb7171ca797.tar.gz |
Run regen.pl
p4raw-id: //depot/perl@25285
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlapi.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 0ce84e3963..e45481e340 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -292,7 +292,7 @@ Sort an array. Here is an example: See lib/sort.pm for details about controlling the sorting algorithm. - void sortsv(SV ** array, size_t num_elts, SVCOMPARE_t cmp) + void sortsv(SV** array, size_t num_elts, SVCOMPARE_t cmp) =for hackers Found in file pp_sort.c |