diff options
author | Christopher Faylor <me@cgf.cx> | 2002-12-19 02:14:06 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-12-19 02:14:06 +0000 |
commit | c3405ba93ee5a90c75e4eb95f842765b10281928 (patch) | |
tree | 1f83e817b77ee50afa8f757b08f9db6ec4b1551e /winsup/doc/overview2.sgml | |
parent | 037c11e868787e40b08a29f70657d5f734a11d88 (diff) | |
download | cygnal-c3405ba93ee5a90c75e4eb95f842765b10281928.tar.gz cygnal-c3405ba93ee5a90c75e4eb95f842765b10281928.tar.bz2 cygnal-c3405ba93ee5a90c75e4eb95f842765b10281928.zip |
* 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.sgml | 4 |
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 |