Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-12-19 05:14:06 +0300
committerChristopher Faylor <me@cgf.cx>2002-12-19 05:14:06 +0300
commitc3405ba93ee5a90c75e4eb95f842765b10281928 (patch)
tree1f83e817b77ee50afa8f757b08f9db6ec4b1551e /winsup/doc/overview2.sgml
parent037c11e868787e40b08a29f70657d5f734a11d88 (diff)
* overview2.sgml: Remove CTRL-Z discussion.
* cygwinenv.sgml: Expand on CYGWIN=binmode.
Diffstat (limited to 'winsup/doc/overview2.sgml')
-rw-r--r--winsup/doc/overview2.sgml4
1 files changed, 1 insertions, 3 deletions
diff --git a/winsup/doc/overview2.sgml b/winsup/doc/overview2.sgml
index 755b4c42c..04b6b35e7 100644
--- a/winsup/doc/overview2.sgml
+++ b/winsup/doc/overview2.sgml
@@ -171,9 +171,7 @@ sources.</para>
<para>Unfortunately, UNIX and Win32 use different end-of-line terminators in
text files. Consequently, carriage-return newlines have to be translated on
-the fly by Cygwin into a single newline when reading in text mode. The
-control-z character is interpreted as a valid end-of-file character for a
-similar reason.</para>
+the fly by Cygwin into a single newline when reading in text mode.</para>
<para>This solution addresses the compatibility requirement at the expense of
violating the POSIX standard that states that text and binary mode will be