From: Yitzchak Scott-Thoennes Date: Tue, 3 Jun 2003 01:55:06 +0000 (-0700) Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bbebedcee2d85ac9383303646f2e341ed1eec388;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue Message-ID: p4raw-id: //depot/perl@19671 --- diff --git a/README.cygwin b/README.cygwin index 61b2601..3267a4a 100644 --- a/README.cygwin +++ b/README.cygwin @@ -182,8 +182,8 @@ want to force Perl to build with the system C undefine this symbol. =item * C<-Uuseperlio> -Undefining this symbol disables the PerlIO abstraction, PerlIO is now the -default, it is not recommended to disable PerlIO. +Undefining this symbol disables the PerlIO abstraction. PerlIO is now the +default; it is not recommended to disable PerlIO. =item * C<-Dusemultiplicity> @@ -219,7 +219,7 @@ for internal size and position calculations. Use this to build perl outside of the source tree. This works with Cygwin. Details can be found in the F document. This is the recommended -way to build perl form sources. +way to build perl from sources. =back