From: Gurusamy Sarathy Date: Fri, 21 Jun 2002 00:30:52 +0000 (+0000) Subject: tyops X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ab4f76833e2458efc4173c57c2a90811c4de61df;p=p5sagit%2Fp5-mst-13.2.git tyops p4raw-id: //depot/perl@17333 --- diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 2ebc671..3890cfc 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -950,7 +950,7 @@ default. (To turn off that behaviour use C<:bytes> layer.) =item :win32 -On Win32 platfroms this I layer uses native "handle" IO +On Win32 platforms this I layer uses native "handle" IO rather than unix-like numeric file descriptor layer. Known to be buggy in this release. @@ -958,7 +958,7 @@ buggy in this release. On all platforms the default set of layers should give acceptable results. -For UNIX platfroms that will equivalent of "unix perlio" or "stdio". +For UNIX platforms that will equivalent of "unix perlio" or "stdio". Configure is setup to prefer "stdio" implementation if system's library provides for fast access to the buffer, otherwise it uses the "unix perlio" implementation.