diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-02-11 06:07:14 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-02-11 06:07:14 -0800 |
commit | ea787f3bf00f6d92dcba8e9e2033db0a241e9591 (patch) | |
tree | f1e248f25491bf26130a477ab272a07320be5cfa /pod/perlclib.pod | |
parent | cfa5b3737e4f46c2d507630650f9d3e902d8f81d (diff) | |
download | perl-ea787f3bf00f6d92dcba8e9e2033db0a241e9591.tar.gz |
perlclib: similar to, not similar as
Diffstat (limited to 'pod/perlclib.pod')
-rw-r--r-- | pod/perlclib.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlclib.pod b/pod/perlclib.pod index 1fe4699be1..0785577dac 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) |