summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-04-10 08:02:10 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-04-10 08:02:10 +0000
commitc0ba18c63ed9a8dbf8d1b9c162685d6d4b5e8565 (patch)
treed25f8b8e3263c991fcfdbdf77f5636a77f5e700e /pod/perlrun.pod
parent12b7537a6767323a775ac8297e56a1b366c3cbb3 (diff)
downloadperl-c0ba18c63ed9a8dbf8d1b9c162685d6d4b5e8565.tar.gz
Unless Inuits are involved...
p4raw-id: //depot/perl@19181
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r--pod/perlrun.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index 2befda4e04..c20d4429ed 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -961,7 +961,7 @@ C<:perlio> will insert a C<:unix> layer below itself to do low level IO.
Applying the <:raw> layer is equivalent to calling C<binmode($fh)>.
It makes the stream pass each byte as-is without any translation.
-In particular CRLF translation, and/or :utf8 inuited from locale
+In particular CRLF translation, and/or :utf8 intuited from locale
are disabled.
Arranges for all accesses go straight to the lowest buffered layer provided