Fix build, use <para> instead of <simpara>

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293384 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2010-01-11 05:04:12 +00:00
parent b4ceb970a7
commit f2c64624b2

View file

@ -42,7 +42,7 @@
<refsect1 role="notes">
&reftitle.notes;
<warning>
<simpara>
<para>
If a connection opened by <function>fsockopen</function> wasn't closed
by the server, <function>feof</function> will hang. To workaround this, see
below example:
@ -70,7 +70,7 @@ while(!safe_feof($fp, $start) && (microtime(true) - $start) < $timeout)
]]>
</programlisting>
</example>
</simpara>
</para>
</warning>
<warning>
<para>