From: Father Chrysostomos Date: Fri, 11 Feb 2011 14:07:14 +0000 (-0800) Subject: perlclib: similar to, not similar as X-Git-Tag: accepted/trunk/20130322.191538~5715 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea787f3bf00f6d92dcba8e9e2033db0a241e9591;p=platform%2Fupstream%2Fperl.git perlclib: similar to, not similar as --- diff --git a/pod/perlclib.pod b/pod/perlclib.pod index 1fe4699..0785577 100644 --- a/pod/perlclib.pod +++ b/pod/perlclib.pod @@ -138,7 +138,7 @@ pattern into it that should be illegal as pointers (and floating point numbers), and also hopefully surprising enough as integers, so that any code attempting to use the data without forethought will break sooner rather than later. Poisoning can be done using the Poison() -macros, which have similar arguments as Zero(): +macros, which have similar arguments to Zero(): PoisonWith(dst, n, t, b) scribble memory with byte b PoisonNew(dst, n, t) equal to PoisonWith(dst, n, t, 0xAB)