jsgoupil Fri May 6 00:34:59 2005 EDT
Modified files:
/phpdoc/en/reference/dio/functions dio-tcsetattr.xml
Log:
correcting parameter name + whitespaces
http://cvs.php.net/diff.php/phpdoc/en/reference/dio/functions/dio-tcsetattr.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/dio/functions/dio-tcsetattr.xml
diff -u phpdoc/en/reference/dio/functions/dio-tcsetattr.xml:1.10
phpdoc/en/reference/dio/functions/dio-tcsetattr.xml:1.11
--- phpdoc/en/reference/dio/functions/dio-tcsetattr.xml:1.10 Tue Apr 5
08:51:55 2005
+++ phpdoc/en/reference/dio/functions/dio-tcsetattr.xml Fri May 6 00:34:58 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<refentry id="function.dio-tcsetattr">
<refnamediv>
<refname>dio_tcsetattr</refname>
@@ -16,7 +16,7 @@
</methodsynopsis>
<para>
<function>dio_tcsetattr</function> sets the terminal attributes and baud
- rate of the open <parameter>resource</parameter>.
+ rate of the open <parameter>fd</parameter>.
</para>
¬e.no-windows;
</refsect1>
@@ -36,7 +36,7 @@
<term><parameter>options</parameter></term>
<listitem>
<para>
- The currently available options are
+ The currently available options are:
<itemizedlist>
<listitem>
<para>
@@ -45,7 +45,7 @@
</para>
</listitem>
<listitem>
- <para>
+ <para>
'bits' - data bits - can be 8,7,6 or 5. Default value is 8.
</para>
</listitem>
@@ -56,7 +56,7 @@
</listitem>
<listitem>
<para>
- 'parity' - can be 0,1 or 2. Default value is 0.
+ 'parity' - can be 0,1 or 2. Default value is 0.
</para>
</listitem>
</itemizedlist>