From d108553ede6c365f553a2f4b8a59b84f5634fb55 Mon Sep 17 00:00:00 2001 From: Marco Cucinato Date: Sun, 25 Aug 2002 09:05:49 +0000 Subject: [PATCH] Typo fixes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93472 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-free-result.xml | 5 ++--- reference/pgsql/functions/pg-lo-open.xml | 4 ++-- reference/pgsql/functions/pg-lo-unlink.xml | 5 ++--- reference/pgsql/functions/pg-select.xml | 6 +++--- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/reference/pgsql/functions/pg-free-result.xml b/reference/pgsql/functions/pg-free-result.xml index ae3a0d4bb4..c93bc5570c 100644 --- a/reference/pgsql/functions/pg-free-result.xml +++ b/reference/pgsql/functions/pg-free-result.xml @@ -1,5 +1,5 @@ - + @@ -20,8 +20,7 @@ need the result data anymore in a script, you may call pg_free_result with the result resource as an argument and the - associated result memory will be freed. It returns true on success - and false if an error occurs. + associated result memory will be freed. &return.success; diff --git a/reference/pgsql/functions/pg-lo-open.xml b/reference/pgsql/functions/pg-lo-open.xml index cd42342ec4..34c213c952 100644 --- a/reference/pgsql/functions/pg-lo-open.xml +++ b/reference/pgsql/functions/pg-lo-open.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,7 @@ stringmode - pg_lo_open open a Large Object and + pg_lo_open opens a Large Object and returns large object resource. The resource encapsulates information about the connection. oid specifies a valid large object oid and diff --git a/reference/pgsql/functions/pg-lo-unlink.xml b/reference/pgsql/functions/pg-lo-unlink.xml index cb34ac48b8..5d13b9be2b 100644 --- a/reference/pgsql/functions/pg-lo-unlink.xml +++ b/reference/pgsql/functions/pg-lo-unlink.xml @@ -1,5 +1,5 @@ - + @@ -15,8 +15,7 @@ pg_lo_unlink deletes a large object with the - oid. It returns &true; on success, - otherwise returns &false;. + oid. &return.success; To use the large object (lo) interface, it is necessary to diff --git a/reference/pgsql/functions/pg-select.xml b/reference/pgsql/functions/pg-select.xml index 78e89a7735..4b9c652e56 100644 --- a/reference/pgsql/functions/pg-select.xml +++ b/reference/pgsql/functions/pg-select.xml @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ array contains all records and fields that match the condition specified by assoc_array. If options is specified, - pg_convert s applied to + pg_convert is applied to assoc_array with specified option. @@ -33,7 +33,7 @@