summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
diff options
context:
space:
mode:
authorIain Truskett <spoon@cpan.org>2002-08-17 02:20:27 +1000
committerAbhijit Menon-Sen <ams@wiw.org>2002-08-16 05:20:22 +0000
commit235e0aa97fa9bda47f8d0fcc847e7f323b19eba1 (patch)
tree0cd61e60a58712defa83d1962b14d46d8dd2e1ca /pod/perlrun.pod
parent30ebab2d3dd617d1dcdf565b56bdcd0db1751f0b (diff)
downloadperl-235e0aa97fa9bda47f8d0fcc847e7f323b19eba1.tar.gz
Minor perlrun.pod patch
Message-Id: <20020816162027.D17196@eh.org> p4raw-id: //depot/perl@17722
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 3c1f159fd0..e04aea1a63 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -858,7 +858,7 @@ enabled, and any subsequent options ignored.
=item PERLIO
A space (or colon) separated list of PerlIO layers. If perl is built
-to use PerlIO system for IO (the default) these layers effect perl's IO.
+to use PerlIO system for IO (the default) these layers affect perl's IO.
It is conventional to start layer names with a colon e.g. C<:perlio> to
emphasise their similarity to variable "attributes". But the code that parses