diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2003-06-02 18:55:06 -0700 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2003-06-03 08:27:07 +0000 |
commit | bbebedcee2d85ac9383303646f2e341ed1eec388 (patch) | |
tree | 19adf769fd00fbca708570eebe7f488b0c2f125c /README.cygwin | |
parent | 245468ebf9e9a3ea7e3600e1d4513bdc24459c6b (diff) | |
download | perl-bbebedcee2d85ac9383303646f2e341ed1eec388.tar.gz |
Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
Message-ID: <qJG3+gzkgajL092yn@efn.org>
p4raw-id: //depot/perl@19671
Diffstat (limited to 'README.cygwin')
-rw-r--r-- | README.cygwin | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.cygwin b/README.cygwin index 61b26010b3..3267a4aab5 100644 --- a/README.cygwin +++ b/README.cygwin @@ -182,8 +182,8 @@ want to force Perl to build with the system C<malloc()> 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<INSTALL> document. This is the recommended -way to build perl form sources. +way to build perl from sources. =back |