From 1c6012e3845455df52ff79905917843af4e8d1e2 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 20 Jul 2000 18:35:38 +0000 Subject: [PATCH] - fixed markup errors git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@28668 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/network.xml | 2 +- functions/pcre.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/functions/network.xml b/functions/network.xml index a24447ebac..434fb7250f 100644 --- a/functions/network.xml +++ b/functions/network.xml @@ -513,7 +513,7 @@ if (!$fp) { This function was previously called as - set_socket_blocking but this usage is deprecated. + set_socket_blocking but this usage is deprecated. diff --git a/functions/pcre.xml b/functions/pcre.xml index 15e44cd887..7805cc1477 100644 --- a/functions/pcre.xml +++ b/functions/pcre.xml @@ -111,7 +111,6 @@ if (preg_match ("/page\s+#(\d+)/i", "Go to page #9.", $parts)) { domain name is: php.net - See also preg_match_all, preg_replace, and preg_split.