diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-05-09 12:49:49 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-05-09 12:49:49 -0700 |
commit | 1c926d61390beacb6af9bbe32d19d236969d4023 (patch) | |
tree | bb34cf39346d6d839fe56a14420c01813a10e014 /Porting | |
parent | e027048fafd714c976009859973e4a87ce8235a0 (diff) | |
download | perl-1c926d61390beacb6af9bbe32d19d236969d4023.tar.gz |
perl5160delta: tweaks
sdio -> stdio
two spaces after dots
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/perl5160delta.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/perl5160delta.pod b/Porting/perl5160delta.pod index ef152b1b31..d408536523 100644 --- a/Porting/perl5160delta.pod +++ b/Porting/perl5160delta.pod @@ -648,8 +648,8 @@ ticket|https://rt.perl.org/rt3/Ticket/Display.html?id=96212>. sfio, stdio -Perl supports being built without PerlIO proper, using a sdio or sfio -wrapper instead. A perl build like this will not support IO layers and +Perl supports being built without PerlIO proper, using a stdio or sfio +wrapper instead. A perl build like this will not support IO layers and thus Unicode IO, making it rather handicapped. PerlIO supports a C<stdio> layer if stdio use is desired, and similarly a |