- Fix broken build.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165615 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dave Barr 2004-08-07 08:27:37 +00:00
parent 99e8b3cb1c
commit b7da1e219d
2 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.inet-ntop">
<refnamediv>
<refname>inet_ntop</refname>
@ -38,7 +38,6 @@ echo $expanded;
]]>
</programlisting>
</example>
</note>
<para>
See also <function>long2ip</function>,
<function>inet_pton</function>, and

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.inet-pton">
<refnamediv>
<refname>inet_pton</refname>
@ -31,7 +31,6 @@ $in6_addr = inet_pton('::1');
]]>
</programlisting>
</example>
</note>
<para>
See also <function>ip2long</function>,
<function>inet_ntop</function>, and