From: Marcus Holland-Moritz Date: Sun, 21 May 2006 22:20:48 +0000 (+0000) Subject: Document PoisonFree() instead of documenting Poison() twice. X-Git-Tag: accepted/trunk/20130322.191538~17587 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c12ffb434b4a9bffc733e04581e76608fc7c846;p=platform%2Fupstream%2Fperl.git Document PoisonFree() instead of documenting Poison() twice. p4raw-id: //depot/perl@28265 --- diff --git a/handy.h b/handy.h index 30a287a..c3c5f9c 100644 --- 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.