Document PoisonFree() instead of documenting Poison() twice.
authorMarcus Holland-Moritz <mhx-perl@gmx.net>
Sun, 21 May 2006 22:20:48 +0000 (22:20 +0000)
committerMarcus Holland-Moritz <mhx-perl@gmx.net>
Sun, 21 May 2006 22:20:48 +0000 (22:20 +0000)
p4raw-id: //depot/perl@28265

handy.h

diff --git a/handy.h b/handy.h
index 30a287a..c3c5f9c 100644 (file)
--- a/handy.h
+++ b/handy.h
@@ -626,7 +626,7 @@ again) that hopefully catches attempts to access uninitialized memory.
 
 PoisonWith(0xAB) for catching access to allocated but uninitialized memory.
 
-=for apidoc Am|void|Poison|void* dest|int nitems|type
+=for apidoc Am|void|PoisonFree|void* dest|int nitems|type
 
 PoisonWith(0xEF) for catching access to freed memory.