* textbinary.sgml: Correct incorrect information about ability to specify text
mode in fopen().
This commit is contained in:
parent
9c14f30d8b
commit
abed5965ca
|
@ -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>
|
2005-08-05 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
|
||||||
|
|
||||||
* cygwin.dsl: Add default DOCTYPE and output filename.
|
* cygwin.dsl: Add default DOCTYPE and output filename.
|
||||||
|
|
|
@ -158,8 +158,8 @@ specified with the flag <literal>O_BINARY</literal> and text mode with
|
||||||
<filename>fcntl.h</filename>.</para>
|
<filename>fcntl.h</filename>.</para>
|
||||||
|
|
||||||
<para>In the <function>fopen()</function> function call, binary mode can be
|
<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
|
specified by adding a <literal>b</literal> to the mode string. Text mode is specified
|
||||||
direct way to specify text mode.</para>
|
by adding a <literal>t</literal> to the mode string.</para>
|
||||||
|
|
||||||
<para>The mode of a file can be changed by the call
|
<para>The mode of a file can be changed by the call
|
||||||
<function>setmode(fd,mode)</function> where <literal>fd</literal> is a file
|
<function>setmode(fd,mode)</function> where <literal>fd</literal> is a file
|
||||||
|
|
Loading…
Reference in New Issue