bjori           Thu Jun 21 23:09:03 2007 UTC

  Modified files:              
    /phpdoc/en/reference/image/functions        getimagesize.xml 
                                                imagesavealpha.xml 
    /phpdoc/en/reference/phar/functions phar-offsetexists.xml 
                                        phar-offsetget.xml 
                                        phar-offsetset.xml 
                                        phar-offsetunset.xml 
  Log:
  Docbook5 typos
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/image/functions/getimagesize.xml?r1=1.32&r2=1.33&diff_format=u
Index: phpdoc/en/reference/image/functions/getimagesize.xml
diff -u phpdoc/en/reference/image/functions/getimagesize.xml:1.32 
phpdoc/en/reference/image/functions/getimagesize.xml:1.33
--- phpdoc/en/reference/image/functions/getimagesize.xml:1.32   Wed Jun 20 
22:24:38 2007
+++ phpdoc/en/reference/image/functions/getimagesize.xml        Thu Jun 21 
23:09:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.32 $ -->
+<!-- $Revision: 1.33 $ -->
 <refentry xmlns:xlink="http://www.w3.org/1999/xlink"; 
xmlns="http://docbook.org/ns/docbook"; xml:id="function.getimagesize">
  <refnamediv>
   <refname>getimagesize</refname>
@@ -16,7 +16,7 @@
    The <function>getimagesize</function> function will determine the
    size of any given image file and return the dimensions along with
    the file type and a height/width text string to be used inside a
-   normal <acronym>HTML</acronym> <sgmltag>IMG</sgmltag> tag and the
+   normal <acronym>HTML</acronym> <tag>IMG</tag> tag and the
    correspondant <acronym>HTTP</acronym> content type.
   </para>
   <para>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/image/functions/imagesavealpha.xml?r1=1.12&r2=1.13&diff_format=u
Index: phpdoc/en/reference/image/functions/imagesavealpha.xml
diff -u phpdoc/en/reference/image/functions/imagesavealpha.xml:1.12 
phpdoc/en/reference/image/functions/imagesavealpha.xml:1.13
--- phpdoc/en/reference/image/functions/imagesavealpha.xml:1.12 Wed Jun 20 
22:24:38 2007
+++ phpdoc/en/reference/image/functions/imagesavealpha.xml      Thu Jun 21 
23:09:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
 <refentry xml:id="function.imagesavealpha" 
xmlns="http://docbook.org/ns/docbook";>
  <refnamediv>
   <refname>imagesavealpha</refname>
@@ -19,7 +19,7 @@
   </para>
   <para>
    You have to unset alphablending
-   (<literal>imagealphablending($im, &false;)</literal>), to use it.
+   (<literal>imagealphablending($im, false)</literal>), to use it.
   </para>
   <para>
    Alpha channel is not supported by all browsers, if you have problem with
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/phar-offsetexists.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/phar/functions/phar-offsetexists.xml
diff -u phpdoc/en/reference/phar/functions/phar-offsetexists.xml:1.4 
phpdoc/en/reference/phar/functions/phar-offsetexists.xml:1.5
--- phpdoc/en/reference/phar/functions/phar-offsetexists.xml:1.4        Thu Jun 
21 00:43:29 2007
+++ phpdoc/en/reference/phar/functions/phar-offsetexists.xml    Thu Jun 21 
23:09:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry xmlns="http://docbook.org/ns/docbook"; 
xml:id="function.phar-offsetexists">
  <refnamediv>
   <refname>Phar::offsetExists</refname>
@@ -12,7 +12,7 @@
    <methodparam><type>string</type><parameter>offset</parameter></methodparam>
   </methodsynopsis>
   <para>
-   This is an implementation of the <oointerface>ArrayAccess</oointerface> 
interface allowing
+   This is an implementation of the <interfacename>ArrayAccess</interfacename> 
interface allowing
    direct manipulation of the contents of a Phar archive using
    array access brackets.
   </para>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/phar-offsetget.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/phar/functions/phar-offsetget.xml
diff -u phpdoc/en/reference/phar/functions/phar-offsetget.xml:1.4 
phpdoc/en/reference/phar/functions/phar-offsetget.xml:1.5
--- phpdoc/en/reference/phar/functions/phar-offsetget.xml:1.4   Thu Jun 21 
00:43:29 2007
+++ phpdoc/en/reference/phar/functions/phar-offsetget.xml       Thu Jun 21 
23:09:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry xmlns="http://docbook.org/ns/docbook"; 
xml:id="function.phar-offsetget">
  <refnamediv>
   <refname>Phar::offsetGet</refname>
@@ -13,7 +13,7 @@
   </methodsynopsis>
 
   <para>
-   This is an implementation of the <oointerface>ArrayAccess</oointerface> 
interface allowing
+   This is an implementation of the <interfacename>ArrayAccess</interfacename> 
interface allowing
    direct manipulation of the contents of a Phar archive using
    array access brackets.  offsetGet is used for retrieving files from
    a Phar archive.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/phar-offsetset.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/phar/functions/phar-offsetset.xml
diff -u phpdoc/en/reference/phar/functions/phar-offsetset.xml:1.4 
phpdoc/en/reference/phar/functions/phar-offsetset.xml:1.5
--- phpdoc/en/reference/phar/functions/phar-offsetset.xml:1.4   Thu Jun 21 
00:43:29 2007
+++ phpdoc/en/reference/phar/functions/phar-offsetset.xml       Thu Jun 21 
23:09:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry xmlns="http://docbook.org/ns/docbook"; 
xml:id="function.phar-offsetset">
  <refnamediv>
   <refname>Phar::offsetSet</refname>
@@ -14,7 +14,7 @@
   </methodsynopsis>
 
   <para>
-   This is an implementation of the <oointerface>ArrayAccess</oointerface> 
interface allowing
+   This is an implementation of the <interfacename>ArrayAccess</interfacename> 
interface allowing
    direct manipulation of the contents of a Phar archive using
    array access brackets.  offsetSet is used for modifying an
    existing file, or adding a new file to a Phar archive.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/phar-offsetunset.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/phar/functions/phar-offsetunset.xml
diff -u phpdoc/en/reference/phar/functions/phar-offsetunset.xml:1.4 
phpdoc/en/reference/phar/functions/phar-offsetunset.xml:1.5
--- phpdoc/en/reference/phar/functions/phar-offsetunset.xml:1.4 Thu Jun 21 
00:43:29 2007
+++ phpdoc/en/reference/phar/functions/phar-offsetunset.xml     Thu Jun 21 
23:09:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry xmlns="http://docbook.org/ns/docbook"; 
xml:id="function.phar-offsetunset">
  <refnamediv>
   <refname>Phar::offsetUnset</refname>
@@ -13,7 +13,7 @@
   </methodsynopsis>
 
   <para>
-   This is an implementation of the <oointerface>ArrayAccess</oointerface> 
interface allowing
+   This is an implementation of the <interfacename>ArrayAccess</interfacename> 
interface allowing
    direct manipulation of the contents of a Phar archive using
    array access brackets.  offsetUnset is used for deleting an
    existing file, and is called by the <function>unset</function>

Reply via email to