correcting parameter name + whitespaces

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185887 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jean-Sébastien Goupil 2005-05-06 04:34:58 +00:00
parent 8a5f2d9f34
commit e0ac48b544

View file

@ -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>
&note.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>