[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/_appendices/about.xml_internals2/pdo/preparation.xml_inter
From:       Richard_Quadling <rquadling () php ! net>
Date:       2010-03-29 10:40:22
Message-ID: svn-rquadling-1269859222-297060-25585616 () svn ! php ! net
[Download RAW message or body]

rquadling                                Mon, 29 Mar 2010 10:40:22 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=297060

Log:
w/s before end of sentence full-stop.

Changed paths:
    U   phpdoc/en/trunk/appendices/about.xml
    U   phpdoc/en/trunk/internals2/pdo/preparation.xml
    U   phpdoc/en/trunk/internals2/ze1/streams/common.xml
    U   phpdoc/en/trunk/internals2/ze1/zendapi/arguments.xml
    U   phpdoc/en/trunk/internals2/ze1/zendapi/variables.xml
    U   phpdoc/en/trunk/reference/intl/collator-constants.xml
    U   phpdoc/en/trunk/reference/intl/numberformatter-constants.xml
    U   phpdoc/en/trunk/reference/sdo/setup.xml
    U   phpdoc/en/trunk/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml
  U   phpdoc/en/trunk/reference/sdodasrel/setup.xml

Modified: phpdoc/en/trunk/appendices/about.xml
===================================================================
--- phpdoc/en/trunk/appendices/about.xml	2010-03-29 10:02:53 UTC (rev 297059)
+++ phpdoc/en/trunk/appendices/about.xml	2010-03-29 10:40:22 UTC (rev 297060)
@@ -313,7 +313,7 @@
    For support options, including mailing lists, view <link
    xlink:href="&url.php.support;">the PHP.net support page</link>. Furthermore,
    there is a list of websites devoted to PHP articles, forums, and code galleries
-   at <link xlink:href="&url.php.links;">the PHP.net links page</link> .
+   at <link xlink:href="&url.php.links;">the PHP.net links page</link>.
   </para>
  </sect1>


Modified: phpdoc/en/trunk/internals2/pdo/preparation.xml
===================================================================
--- phpdoc/en/trunk/internals2/pdo/preparation.xml	2010-03-29 10:02:53 UTC (rev \
                297059)
+++ phpdoc/en/trunk/internals2/pdo/preparation.xml	2010-03-29 10:40:22 UTC (rev \
297060) @@ -47,7 +47,7 @@
   <para>
    This will generate a directory called pdo_SKEL containing the
    skeleton files that you can then modify. This directory should then be
-   moved out of the php extension directory . PDO is a PECL extension and
+   moved out of the php extension directory. PDO is a PECL extension and
    should not be included in the standard extension directory. As long as you
    have PHP and PDO installed, you should be able to build from any directory.
   </para>

Modified: phpdoc/en/trunk/internals2/ze1/streams/common.xml
===================================================================
--- phpdoc/en/trunk/internals2/ze1/streams/common.xml	2010-03-29 10:02:53 UTC (rev \
                297059)
+++ phpdoc/en/trunk/internals2/ze1/streams/common.xml	2010-03-29 10:40:22 UTC (rev \
297060) @@ -216,7 +216,7 @@
     <para>
      <function>php_stream_read</function> returns the number of bytes that were
      read successfully.  There is no distinction between a failed read or an \
                end-of-file
-     condition - use <function>php_stream_eof</function> to test for an \
<acronym>EOF</acronym> . +     condition - use <function>php_stream_eof</function> to \
test for an <acronym>EOF</acronym>.  </para>
     <para>
      The internal position of the stream is advanced by the number of bytes that \
were

Modified: phpdoc/en/trunk/internals2/ze1/zendapi/arguments.xml
===================================================================
--- phpdoc/en/trunk/internals2/ze1/zendapi/arguments.xml	2010-03-29 10:02:53 UTC (rev \
                297059)
+++ phpdoc/en/trunk/internals2/ze1/zendapi/arguments.xml	2010-03-29 10:40:22 UTC (rev \
297060) @@ -82,7 +82,7 @@
     <para>
      This chapter documents the new Zend parameter parsing API
      introduced by Andrei Zmievski. It was introduced in the
-     development stage between PHP 4.0.6 and 4.1.0 .
+     development stage between PHP 4.0.6 and 4.1.0.
     </para>
    </note>


Modified: phpdoc/en/trunk/internals2/ze1/zendapi/variables.xml
===================================================================
--- phpdoc/en/trunk/internals2/ze1/zendapi/variables.xml	2010-03-29 10:02:53 UTC (rev \
                297059)
+++ phpdoc/en/trunk/internals2/ze1/zendapi/variables.xml	2010-03-29 10:40:22 UTC (rev \
297060) @@ -957,7 +957,7 @@
     To actually register a new resource you use can either use
     the <function>zend_register_resource</function> function or
     the <function>ZEND_REGISTER_RESOURE</function> macro, both
-    defined in zend_list.h . Although the arguments for both map
+    defined in zend_list.h. Although the arguments for both map
     1:1 it's a good idea to always use macros to be upwards
     compatible:
     <programlisting role="c">

Modified: phpdoc/en/trunk/reference/intl/collator-constants.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/collator-constants.xml	2010-03-29 10:02:53 UTC \
                (rev 297059)
+++ phpdoc/en/trunk/reference/intl/collator-constants.xml	2010-03-29 10:40:22 UTC \
(rev 297060) @@ -60,8 +60,8 @@
       Alternate is not set to Shifted, then there is no difference between a
       Strength of 3 and a Strength of 4. For more information and examples,
       see Variable_Weighting in the
-      <link xlink:href="&url.icu.uca;">UCA</link>
-      . The reason the Alternate values are not simply
+      <link xlink:href="&url.icu.uca;">UCA</link>.
+      The reason the Alternate values are not simply
       <emphasis>On</emphasis> and <emphasis>Off</emphasis>
       is that additional Alternate values may be added in the future. The UCA
       option Blanked is expressed with Strength set to 3, and Alternate set to

Modified: phpdoc/en/trunk/reference/intl/numberformatter-constants.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/numberformatter-constants.xml	2010-03-29 10:02:53 \
                UTC (rev 297059)
+++ phpdoc/en/trunk/reference/intl/numberformatter-constants.xml	2010-03-29 10:40:22 \
UTC (rev 297060) @@ -190,8 +190,7 @@
    Number format attribute used by
    <function>numfmt_get_attribute</function>
    and
-   <function>numfmt_set_attribute</function>
-   .
+   <function>numfmt_set_attribute</function>.
    <variablelist>
     <varlistentry>
      <term>

Modified: phpdoc/en/trunk/reference/sdo/setup.xml
===================================================================
--- phpdoc/en/trunk/reference/sdo/setup.xml	2010-03-29 10:02:53 UTC (rev 297059)
+++ phpdoc/en/trunk/reference/sdo/setup.xml	2010-03-29 10:40:22 UTC (rev 297060)
@@ -84,8 +84,7 @@
    <step>
     <para>
      The latest SDO DLL can be downloaded from
-     <link xlink:href='&url.pecl.win.ext;php_sdo.dll'>php_sdo.dll</link>
-     .
+     <link xlink:href='&url.pecl.win.ext;php_sdo.dll'>php_sdo.dll</link>.
     </para>
     <para>
      Note that currently the

Modified: phpdoc/en/trunk/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml
 ===================================================================
--- phpdoc/en/trunk/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml	2010-03-29 \
                10:02:53 UTC (rev 297059)
+++ phpdoc/en/trunk/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml	2010-03-29 \
10:40:22 UTC (rev 297060) @@ -212,8 +212,7 @@
      Other examples of the use of
      <function>executePreparedQuery</function>
      can be found in the example code supplied in
-     <filename>sdo/DAS/Relational/Scenarios</filename>
-     .
+     <filename>sdo/DAS/Relational/Scenarios</filename>.
     </para>
     <programlisting role="php" xml:id="sdo.das.rel.functions.epq.1c-R">
 <![CDATA[

Modified: phpdoc/en/trunk/reference/sdodasrel/setup.xml
===================================================================
--- phpdoc/en/trunk/reference/sdodasrel/setup.xml	2010-03-29 10:02:53 UTC (rev \
                297059)
+++ phpdoc/en/trunk/reference/sdodasrel/setup.xml	2010-03-29 10:40:22 UTC (rev \
297060) @@ -35,8 +35,8 @@
       PDO driver for MySQL, which comes built in to PHP 5.1.0.
       It may be necessary to uninstall the usual driver that would have
       come from PECL using
-      <command>pear uninstall pdo_mysql</command>
-      . You will need to configure PHP with the
+      <command>pear uninstall pdo_mysql</command>.
+      You will need to configure PHP with the
       <command>--with-pdo-mysql</command> option.
      </para>
     </listitem>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic