]> sourceware.org Git - newlib-cygwin.git/commitdiff
* textbinary.sgml: Correct incorrect information about ability to specify text
authorChristopher Faylor <me@cgf.cx>
Wed, 17 Aug 2005 18:23:39 +0000 (18:23 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 17 Aug 2005 18:23:39 +0000 (18:23 +0000)
mode in fopen().

winsup/doc/ChangeLog
winsup/doc/textbinary.sgml

index 274b9c5ff95e42daaecb88b81a7ac71f61c09490..d87b4a6d2041627fe5eb9850b4806ca21c3d3114 100644 (file)
@@ -1,3 +1,8 @@
+2005-08-17  Christopher Faylor  <cgf@timesys.com>
+
+       * textbinary.sgml: Correct incorrect information about ability to
+       specify text mode in fopen().
+
 2005-08-05  Joshua Daniel Franklin  <joshuadfranklin@yahoo.com>
 
        * cygwin.dsl: Add default DOCTYPE and output filename.
index 3e1274db24dbd1db413ae9a7f10fedee4880f766..1e74c586114175ced5f8c07f50da67006ae3013b 100644 (file)
@@ -158,8 +158,8 @@ specified with the flag <literal>O_BINARY</literal> and text mode with
 <filename>fcntl.h</filename>.</para>
 
 <para>In the <function>fopen()</function> function call, binary mode can be
-specified by adding a <literal>b</literal> to the mode string. There is no
-direct way to specify text mode.</para>
+specified by adding a <literal>b</literal> to the mode string. Text mode is specified
+by adding a <literal>t</literal> to the mode string.</para>
 
 <para>The mode of a file can be changed by the call
 <function>setmode(fd,mode)</function> where <literal>fd</literal> is a file
This page took 0.03292 seconds and 5 git commands to generate.