From ea787f3bf00f6d92dcba8e9e2033db0a241e9591 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 11 Feb 2011 06:07:14 -0800 Subject: [PATCH] perlclib: similar to, not similar as --- pod/perlclib.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.7.4