From 11a334516a4ec4f94fec8a59a86020457be01cc9 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Sat, 18 Jan 2003 22:52:02 +0000 Subject: [PATCH] using &true; entity git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112581 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/hwapi/functions/hwapi-link.xml | 4 ++-- reference/hwapi/functions/hwapi-object-insert.xml | 6 +++--- reference/hwapi/functions/hwapi-object-remove.xml | 6 +++--- reference/hwapi/functions/hwapi-unlock.xml | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/reference/hwapi/functions/hwapi-link.xml b/reference/hwapi/functions/hwapi-link.xml index de438ae734..76634540b2 100644 --- a/reference/hwapi/functions/hwapi-link.xml +++ b/reference/hwapi/functions/hwapi-link.xml @@ -1,5 +1,5 @@ - + @@ -19,7 +19,7 @@ 'destinationParentIdentifier' is the target collection. - The function returns true on success or an error object. + The function returns &true; on success or an error object. See also hwapi_copy. diff --git a/reference/hwapi/functions/hwapi-object-insert.xml b/reference/hwapi/functions/hwapi-object-insert.xml index 3a62aa53ca..3c95f7082f 100644 --- a/reference/hwapi/functions/hwapi-object-insert.xml +++ b/reference/hwapi/functions/hwapi-object-insert.xml @@ -1,5 +1,5 @@ - + @@ -13,8 +13,8 @@ objectattribute - Adds an attribute to the object. Returns true on success and otherwise - false. + Adds an attribute to the object. Returns &true; on success and otherwise + &false;. See also hwapi_object_remove. diff --git a/reference/hwapi/functions/hwapi-object-remove.xml b/reference/hwapi/functions/hwapi-object-remove.xml index 0e430308a5..5752243d04 100644 --- a/reference/hwapi/functions/hwapi-object-remove.xml +++ b/reference/hwapi/functions/hwapi-object-remove.xml @@ -1,5 +1,5 @@ - + @@ -13,8 +13,8 @@ stringname - Removes the attribute with the given name. Returns true on success - and otherwise false. + Removes the attribute with the given name. Returns &true; on success + and otherwise &false;. See also hwapi_object_insert. diff --git a/reference/hwapi/functions/hwapi-unlock.xml b/reference/hwapi/functions/hwapi-unlock.xml index e816058e7c..eff1e73aec 100644 --- a/reference/hwapi/functions/hwapi-unlock.xml +++ b/reference/hwapi/functions/hwapi-unlock.xml @@ -1,5 +1,5 @@ - + @@ -20,7 +20,7 @@ function hwapi_lock. - Returns true on success or an object of class HW_API_Error. + Returns &true; on success or an object of class HW_API_Error. See also hwapi_lock.