- fixed markup errors

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@28668 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Uwe Steinmann 2000-07-20 18:35:38 +00:00
parent fdb870870c
commit 1c6012e384
2 changed files with 1 additions and 2 deletions

View file

@ -513,7 +513,7 @@ if (!$fp) {
</para>
<para>
This function was previously called as
<function>set_socket_blocking<function> but this usage is deprecated.
<function>set_socket_blocking</function> but this usage is deprecated.
</para>
</refsect1>
</refentry>

View file

@ -111,7 +111,6 @@ if (preg_match ("/page\s+#(\d+)/i", "Go to page #9.", $parts)) {
<programlisting>
domain name is: php.net
</programlisting>
<example>
See also <function>preg_match_all</function>,
<function>preg_replace</function>, and
<function>preg_split</function>.