diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-07-07 20:31:37 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-07-07 20:31:37 +0000 |
commit | fae2c0fbfb26247eb616ab310ef74b1f4084ba68 (patch) | |
tree | cd832c0b11bee759c923fd0b3ed89b90fc048a22 /pod/perlrun.pod | |
parent | 0622c8ef6e71e0e2e2cd320a0691e7a48e401c68 (diff) | |
download | perl-fae2c0fbfb26247eb616ab310ef74b1f4084ba68.tar.gz |
Replace the word "discipline" by "layer" almost everywhere,
by Elizabeth Mattijsen.
p4raw-id: //depot/perl@17410
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 3890cfc458..4f9afdf6bf 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -917,13 +917,13 @@ are disabled. Arranges for all accesses go straight to the lowest buffered layer provided by the configration. That is it strips off any layers above that layer. -In Perl 5.6 and some books the C<:raw> layer (also called a discipline) -is documented as the inverse of the C<:crlf> layer. That is no longer -the case - other layers which would alter binary nature of the -stream are also disabled. If you want UNIX line endings on a platform -that normally does CRLF translation, but still want UTF-8 or encoding -defaults the appropriate thing to do is to add C<:perlio> to PERLIO -environment variable. +In Perl 5.6 and some books the C<:raw> layer (previously sometimes also +referred to as a "discipline") is documented as the inverse of the +C<:crlf> layer. That is no longer the case - other layers which would +alter binary nature of the stream are also disabled. If you want UNIX +line endings on a platform that normally does CRLF translation, but still +want UTF-8 or encoding defaults the appropriate thing to do is to add +C<:perlio> to PERLIO environment variable. =item :stdio |