Minor doc patch: handy.h
Daniel MuiƱo [Wed, 26 Jul 2000 15:34:25 +0000 (12:34 -0300)]
Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>

p4raw-id: //depot/perl@6450

handy.h
pod/perlapi.pod

diff --git a/handy.h b/handy.h
index de0fa57..9e6f223 100644 (file)
--- a/handy.h
+++ b/handy.h
@@ -505,7 +505,7 @@ The XSUB-writer's interface to the C C<realloc> function.
 The XSUB-writer's interface to the C C<realloc> function, with
 cast.
 
-=for apidoc Am|void|Safefree|void* src|void* dest|int nitems|type
+=for apidoc Am|void|Safefree|void* ptr
 The XSUB-writer's interface to the C C<free> function.
 
 =for apidoc Am|void|Move|void* src|void* dest|int nitems|type
index c7edea9..e0b7c2b 100644 (file)
@@ -1674,7 +1674,7 @@ Found in file XSUB.h
 
 The XSUB-writer's interface to the C C<free> function.
 
-       void    Safefree(void* src, void* dest, int nitems, type)
+       void    Safefree(void* ptr)
 
 =for hackers
 Found in file handy.h