summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorDaniel MuiƱo <dmuino@afip.gov.ar>2000-07-26 12:34:25 -0300
committerJarkko Hietaniemi <jhi@iki.fi>2000-07-26 18:41:40 +0000
commit49b8b560b023159cf65bbcf3068dc24e8091bc05 (patch)
tree3ad3d0ae61c4e2f37d81c587c28f7ce042cd1d38 /handy.h
parenta7dfe00a233f19e61ffcdacd828794162c4add80 (diff)
downloadperl-49b8b560b023159cf65bbcf3068dc24e8091bc05.tar.gz
Minor doc patch: handy.h
Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar> p4raw-id: //depot/perl@6450
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index de0fa57edd..9e6f223cb5 100644
--- 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