diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-13 13:47:52 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-13 13:47:52 +0000 |
commit | a7845df8f6bfd9f3b7e686165ebf73c1549cb163 (patch) | |
tree | f3151216448d929d8cc237d9a9c4a2bfa615d9f1 /lib/PerlIO.pm | |
parent | 301eb2f051a3a075202dfcd6dec00cccb7565496 (diff) | |
download | perl-a7845df8f6bfd9f3b7e686165ebf73c1549cb163.tar.gz |
Better wording for change 26796. Plus, make podchecker happy.
p4raw-id: //depot/perl@26816
Diffstat (limited to 'lib/PerlIO.pm')
-rw-r--r-- | lib/PerlIO.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/PerlIO.pm b/lib/PerlIO.pm index a1c3e0e885..116deb5f35 100644 --- a/lib/PerlIO.pm +++ b/lib/PerlIO.pm @@ -35,7 +35,7 @@ PerlIO - On demand loader for PerlIO layers and root of PerlIO::* name space =head1 SYNOPSIS - open($fh,"<:crlf", "my.txt"); # support native and Windows text files + open($fh,"<:crlf", "my.txt"); # support platform-native and CRLF text files open($fh,"<","his.jpg"); # portably open a binary file for reading binmode($fh); @@ -288,7 +288,7 @@ The following table summarizes the default layers on UNIX-like and DOS-like platforms and depending on the setting of the C<$ENV{PERLIO}>: PERLIO UNIX-like DOS-like - + ------ --------- -------- unset / "" unix perlio / stdio [1] unix crlf stdio unix perlio / stdio [1] stdio perlio unix perlio unix perlio @@ -338,4 +338,3 @@ L<perlfunc/"binmode">, L<perlfunc/"open">, L<perlunicode>, L<perliol>, L<Encode> =cut - |