From bdeea4d125b5d98285d3262f53e35dc21ba2ae37 Mon Sep 17 00:00:00 2001 From: Anthony Bedford Date: Thu, 17 Jun 2010 09:11:26 +0000 Subject: [PATCH] Removed use of 'above' (as not always relevant in MySQL doc formats). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300509 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/ini.xml | 2 +- reference/mysqli/mysqli/connect.xml | 4 ++-- reference/mysqli/mysqli/info.xml | 2 +- reference/mysqlnd/stats.xml | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/reference/mysqli/ini.xml b/reference/mysqli/ini.xml index a6e9ea2379..3bdd429553 100644 --- a/reference/mysqli/ini.xml +++ b/reference/mysqli/ini.xml @@ -87,7 +87,7 @@ - For further details and definitions of the above PHP_INI_* constants, see + For further details and definitions of the preceding PHP_INI_* constants, see the chapter on configuration changes. diff --git a/reference/mysqli/mysqli/connect.xml b/reference/mysqli/mysqli/connect.xml index 70424561c5..0b95ebde11 100644 --- a/reference/mysqli/mysqli/connect.xml +++ b/reference/mysqli/mysqli/connect.xml @@ -233,8 +233,8 @@ Success... MySQL host info: localhost via TCP/IP OO syntax only: If a connection fails an object is still returned. To check if the connection failed then use either the mysqli_connect_error function or the mysqli->connect_error property like in - the examples above. + linkend="mysqli.connect-error">mysqli->connect_error property as in + the preceding examples. diff --git a/reference/mysqli/mysqli/info.xml b/reference/mysqli/mysqli/info.xml index e6aba3688e..89cedd498b 100644 --- a/reference/mysqli/mysqli/info.xml +++ b/reference/mysqli/mysqli/info.xml @@ -61,7 +61,7 @@ - Queries which do not fall into one of the above formats are not supported. + Queries which do not fall into one of the preceding formats are not supported. In these situations, mysqli_info will return an empty string. diff --git a/reference/mysqlnd/stats.xml b/reference/mysqlnd/stats.xml index b7f31697b9..12a1c3f015 100644 --- a/reference/mysqlnd/stats.xml +++ b/reference/mysqlnd/stats.xml @@ -831,7 +831,8 @@ Connection Total number of columns of a certain type fetched from a prepared statement (MySQL binary protocol). - For type mapping see proto_text_* above. + For type mapping see proto_text_* described + in the preceding text.