From b7da1e219db4e8ea23ae4568c6a52740719aa9da Mon Sep 17 00:00:00 2001 From: Dave Barr Date: Sat, 7 Aug 2004 08:27:37 +0000 Subject: [PATCH] - Fix broken build. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165615 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/network/functions/inet-ntop.xml | 3 +-- reference/network/functions/inet-pton.xml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/reference/network/functions/inet-ntop.xml b/reference/network/functions/inet-ntop.xml index 1d858d0702..8e9e7b7c42 100644 --- a/reference/network/functions/inet-ntop.xml +++ b/reference/network/functions/inet-ntop.xml @@ -1,5 +1,5 @@ - + inet_ntop @@ -38,7 +38,6 @@ echo $expanded; ]]> - See also long2ip, inet_pton, and diff --git a/reference/network/functions/inet-pton.xml b/reference/network/functions/inet-pton.xml index 59fd9d6e2f..8d533e0e91 100644 --- a/reference/network/functions/inet-pton.xml +++ b/reference/network/functions/inet-pton.xml @@ -1,5 +1,5 @@ - + inet_pton @@ -31,7 +31,6 @@ $in6_addr = inet_pton('::1'); ]]> - See also ip2long, inet_ntop, and