diff options
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 |