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:
Diffstat (limited to 'winsup/doc/textbinary.xml')
-rw-r--r--winsup/doc/textbinary.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/doc/textbinary.xml b/winsup/doc/textbinary.xml
index 112042f82..dbc540aea 100644
--- a/winsup/doc/textbinary.xml
+++ b/winsup/doc/textbinary.xml
@@ -146,7 +146,7 @@ in your project, like this:</para>
$ gcc my_tiny_app.c /lib/binmode.o -o my_tiny_app
</screen>
-<para>Starting with Cygwin 1.7.7, you can use the even simpler:</para>
+<para>Even simpler:</para>
<screen>
$ gcc my_tiny_app.c -lbinmode -o my_tiny_app