From: RQuadling at GMail dot com Operating system: Windows XP SP2 PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: Minor whitespace issues after some tags.
Description: ------------ Following on from bug#39081, there are several more spaces missing after a markup tag. internals/zendapi/calling-user-functions.xml internals/zendapi/variables.xml reference/datetime/functions/date.xml reference/hw/functions/hw-new-document.xml reference/ibase/constants.xml reference/imap/functions/imap-fetchstructure.xml reference/mnogosearch/configure.xml reference/mnogosearch/functions/udm-cat-list.xml reference/mnogosearch/functions/udm-load-ispell-data.xml reference/oci8/functions/oci-bind-array-by-name.xml reference/oci8/functions/oci-bind-by-name.xml reference/oci8/functions/oci-field-size.xml reference/pdf/functions/pdf-get-fontsize.xml reference/sesam/functions/sesam-fetch-array.xml A patch is available below and http://rquadling.php1h.com/whitespace_1.txt Index: internals/zendapi/calling-user-functions.xml =================================================================== RCS file: /repository/phpdoc/en/internals/zendapi/calling-user-functions.xml,v retrieving revision 1.2 diff -u -r1.2 calling-user-functions.xml --- internals/zendapi/calling-user-functions.xml 22 Jan 2006 23:31:08 -0000 1.2 +++ internals/zendapi/calling-user-functions.xml 9 Oct 2006 08:24:58 -0000 @@ -25,7 +25,7 @@ <envar>function_table</envar> and <envar>object</envar>; either will do. If you want to call a method, you have to supply the object that contains this method, in which case - <function>call_user_function</function>automatically sets the + <function>call_user_function</function> automatically sets the function table to this object's function table. Otherwise, you only need to specify <envar>function_table</envar> and can set <envar>object</envar> to <literal>NULL</literal>. Index: internals/zendapi/variables.xml =================================================================== RCS file: /repository/phpdoc/en/internals/zendapi/variables.xml,v retrieving revision 1.4 diff -u -r1.4 variables.xml --- internals/zendapi/variables.xml 1 Sep 2006 22:59:45 -0000 1.4 +++ internals/zendapi/variables.xml 9 Oct 2006 08:24:58 -0000 @@ -999,7 +999,7 @@ <row> <entry colname="col1"><literal>rsrc_id</literal></entry> <entry colname="col2">This is the address of the - <literal>zval *</literal>container the user passed to + <literal>zval *</literal> container the user passed to your function, e.g. <literal>&z_resource</literal> if <literal>zval *z_resource</literal> is given.</entry> </row> Index: reference/datetime/functions/date.xml =================================================================== RCS file: /repository/phpdoc/en/reference/datetime/functions/date.xml,v retrieving revision 1.32 diff -u -r1.32 date.xml --- reference/datetime/functions/date.xml 8 Sep 2006 09:04:09 -0000 1.32 +++ reference/datetime/functions/date.xml 9 Oct 2006 08:25:00 -0000 @@ -395,7 +395,7 @@ <function>mktime</function> together to find dates in the future or the past. <example> - <title><function>date</function> and <function>mktime</function>example</title> + <title><function>date</function> and <function>mktime</function> example</title> <programlisting role="php"> <![CDATA[ <?php Index: reference/hw/functions/hw-new-document.xml =================================================================== RCS file: /repository/phpdoc/en/reference/hw/functions/hw-new-document.xml,v retrieving revision 1.3 diff -u -r1.3 hw-new-document.xml --- reference/hw/functions/hw-new-document.xml 19 Aug 2004 12:14:46 -0000 1.3 +++ reference/hw/functions/hw-new-document.xml 9 Oct 2006 08:25:00 -0000 @@ -19,7 +19,7 @@ <parameter>document_data</parameter> and object record set to <parameter>object_record</parameter>. The length of the <parameter>document_data</parameter> has to passed in - <parameter>document_size</parameter>This function does not + <parameter>document_size</parameter>. This function does not insert the document into the Hyperwave server. </para> <para> Index: reference/ibase/constants.xml =================================================================== RCS file: /repository/phpdoc/en/reference/ibase/constants.xml,v retrieving revision 1.7 diff -u -r1.7 constants.xml --- reference/ibase/constants.xml 4 Oct 2005 15:11:14 -0000 1.7 +++ reference/ibase/constants.xml 9 Oct 2006 08:25:00 -0000 @@ -89,7 +89,7 @@ <tbody> <row> <entry>IBASE_FETCH_BLOBS</entry> - <entry>Also available as <constant>IBASE_TEXT</constant>for backward + <entry>Also available as <constant>IBASE_TEXT</constant> for backward compatibility. Causes BLOB contents to be fetched inline, instead of being fetched as BLOB identifiers.</entry> </row> Index: reference/imap/functions/imap-fetchstructure.xml =================================================================== RCS file: /repository/phpdoc/en/reference/imap/functions/imap-fetchstructure.xml,v retrieving revision 1.5 diff -u -r1.5 imap-fetchstructure.xml --- reference/imap/functions/imap-fetchstructure.xml 18 Feb 2004 14:56:47 -0000 1.5 +++ reference/imap/functions/imap-fetchstructure.xml 9 Oct 2006 08:25:00 -0000 @@ -89,7 +89,7 @@ <entry>dparameters</entry> <entry>An array of objects where each object has an "attribute" and a "value" property corresponding to the parameters on the - Content-disposition <acronym>MIME</acronym>header.</entry> + Content-disposition <acronym>MIME</acronym> header.</entry> </row> <row> <entry>ifparameters</entry> Index: reference/mnogosearch/configure.xml =================================================================== RCS file: /repository/phpdoc/en/reference/mnogosearch/configure.xml,v retrieving revision 1.1 diff -u -r1.1 configure.xml --- reference/mnogosearch/configure.xml 30 Nov 2002 15:33:21 -0000 1.1 +++ reference/mnogosearch/configure.xml 9 Oct 2006 08:25:01 -0000 @@ -5,7 +5,7 @@ <para> In order to have these functions available, you must compile PHP with mnoGosearch support by using the - <option role="configure">--with-mnogosearch</option>option. If + <option role="configure">--with-mnogosearch</option> option. If you use this option without specifying the path to mnoGosearch, PHP will look for mnoGosearch under <filename>/usr/local/mnogosearch</filename> path by default. If you installed mnoGosearch at a different location Index: reference/mnogosearch/functions/udm-cat-list.xml =================================================================== RCS file: /repository/phpdoc/en/reference/mnogosearch/functions/udm-cat-list.xml,v retrieving revision 1.6 diff -u -r1.6 udm-cat-list.xml --- reference/mnogosearch/functions/udm-cat-list.xml 27 Jul 2004 04:48:55 -0000 1.6 +++ reference/mnogosearch/functions/udm-cat-list.xml 9 Oct 2006 08:25:01 -0000 @@ -51,7 +51,7 @@ ]]> </screen> <example> - <title><function>udm_cat_list</function>example</title> + <title><function>udm_cat_list</function> example</title> <programlisting role="php"> <