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

List:       phpdoc
Subject:    [PHP-DOC] cvs: phpdoc /en/faq databases.xml  /en/reference/aspell reference.xml  /en/reference/ccvs
From:       "Simone Cortesi" <simone () cortesi ! com>
Date:       2002-06-30 16:08:48
[Download RAW message or body]

cortesi		Sun Jun 30 12:08:48 2002 EDT

  Modified files:              
    /phpdoc/en/faq	databases.xml 
    /phpdoc/en/reference/aspell	reference.xml 
    /phpdoc/en/reference/ccvs	reference.xml 
    /phpdoc/en/reference/domxml	reference.xml 
    /phpdoc/en/reference/iconv	reference.xml 
    /phpdoc/en/reference/image/functions	getimagesize.xml 
    /phpdoc/en/reference/msql	reference.xml 
    /phpdoc/en/reference/muscat/functions	muscat-close.xml 
                                         	muscat-get.xml 
                                         	muscat-give.xml 
    /phpdoc/en/reference/pfpro	reference.xml 
    /phpdoc/en/reference/snmp/functions	snmprealwalk.xml 
    /phpdoc/en/reference/wddx	reference.xml 
  Log:
  fixing typos spotted by Paul Hudson on phpdoc (part 3)
  
  
["cortesi-20020630120848.txt" (text/plain)]

Index: phpdoc/en/faq/databases.xml
diff -u phpdoc/en/faq/databases.xml:1.15 phpdoc/en/faq/databases.xml:1.16
--- phpdoc/en/faq/databases.xml:1.15	Thu Mar 28 11:08:54 2002
+++ phpdoc/en/faq/databases.xml	Sun Jun 30 12:08:45 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
  <chapter id="faq.databases">
   <title>Database issues</title>
   <titleabbrev>Database issues</titleabbrev>
@@ -127,14 +127,14 @@
       <itemizedlist>
        <listitem>
         <simpara>
-         You can construct your tables in access and export them
+         You can construct your tables in Access and export them
          to MySQL, then link them back in. That makes table
          creation quick.
         </simpara>
        </listitem>
        <listitem>
         <simpara>
-         When creating tables in access, you must have a primary
+         When creating tables in Access, you must have a primary
          key defined in order to have write access to the table in
          access. Make sure you create a primary key in MySQL before
          linking in access
Index: phpdoc/en/reference/aspell/reference.xml
diff -u phpdoc/en/reference/aspell/reference.xml:1.3 \
                phpdoc/en/reference/aspell/reference.xml:1.4
--- phpdoc/en/reference/aspell/reference.xml:1.3	Fri Apr 19 10:16:19 2002
+++ phpdoc/en/reference/aspell/reference.xml	Sun Jun 30 12:08:45 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
  <reference id="ref.aspell">
   <title>Aspell functions [deprecated]</title>
   <titleabbrev>Aspell</titleabbrev>
@@ -19,7 +19,7 @@
      aspell works only with very old (up to .27.* or so) versions of
      aspell library. Neither this module, nor those versions of aspell
      library are supported any longer. If you want to use
-     spell-checking capabilities in php, use <link
+     spell-checking capabilities in PHP, use <link
      linkend="ref.pspell">pspell</link> instead. It uses pspell
      library and works with newer versions of aspell.
     </para>
Index: phpdoc/en/reference/ccvs/reference.xml
diff -u phpdoc/en/reference/ccvs/reference.xml:1.3 \
                phpdoc/en/reference/ccvs/reference.xml:1.4
--- phpdoc/en/reference/ccvs/reference.xml:1.3	Fri Apr 19 10:26:38 2002
+++ phpdoc/en/reference/ccvs/reference.xml	Sun Jun 30 12:08:46 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- 
 CCVS Documentation by Brendan W. McAdams <brendan@plexmedia.com>
 Copyright (c) 2000 by the PHP Group
@@ -18,8 +18,8 @@
    <section id="ccvs.intro">
     &reftitle.intro;
     <para>
-     These functions interface the CCVS API, allowing you to directly
-     work with CCVS from your PHP scripts.  CCVS is <ulink
+     These functions interface the CCVS API, allowing you to work
+     directly with CCVS from your PHP scripts.  CCVS is <ulink
      url="&url.redhat;">RedHat's</ulink> solution to the "middle-man"
      in credit card processing.  It lets you directly address the
      credit card clearing houses via your *nix box and a modem.  Using
@@ -46,7 +46,7 @@
      directory.  You will then need to configure PHP with the <option
      role="configure">--with-ccvs</option> option. If you use this
      option without specifying the path to your CCVS installation, PHP
-     Will attempt to look in the default CCVS Install location
+     will attempt to look in the default CCVS Install location
      (/usr/local/ccvs). If CCVS is in a non-standard location, run
      configure with: <option
      role="configure">--with-ccvs=$ccvs_path</option>, where $ccvs_path
Index: phpdoc/en/reference/domxml/reference.xml
diff -u phpdoc/en/reference/domxml/reference.xml:1.5 \
                phpdoc/en/reference/domxml/reference.xml:1.6
--- phpdoc/en/reference/domxml/reference.xml:1.5	Mon May  6 03:14:27 2002
+++ phpdoc/en/reference/domxml/reference.xml	Sun Jun 30 12:08:46 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
  <reference id="ref.domxml">
   <title>DOM XML functions</title>
   <titleabbrev>DOM XML</titleabbrev>
@@ -9,8 +9,8 @@
     &reftitle.intro;
     &warn.experimental;
     <para>
-     The domxml extension has been overhauled in PHP Version 4.3.0 in favour
-     of a better compliance of the DOM standard. The extension still contains
+     The domxml extension has been overhauled in PHP 4.3.0 to provide
+     a better compliance with the DOM standard. The extension still contains
      many old functions, but they should not be used anymore. Especially those
      non object oriented functions should be avoided.
     </para>
@@ -49,7 +49,7 @@
    <section id="domxml.deprecated">
     <title>Deprecated functions</title>
     <para>
-     There a quite some functions which do not fit into the DOM standard and
+     There are quite a few functions that do not fit into the DOM standard and
      should not be used anymore as listed in the following table.
      The function <function>DomNode_append_child</function> has changed its
      behaviour. It now actually adds a child and not a sibling. If this
@@ -58,7 +58,7 @@
     </para>
     <para>
     <table>
-     <title>Deprecated functions and its replacements</title>
+     <title>Deprecated functions and their replacements</title>
      <tgroup cols="2">
       <thead>
        <row>
@@ -697,15 +697,15 @@
    <section id="domxml.examples">
     &reftitle.examples;
     <para>
-     Many examples in this reference require a xml string. Instead of
+     Many examples in this reference require an XML string. Instead of
      repeating this string in any example it will be put into a file
      and be included by each example. This include file is shown in the
-     following example section. You could also create an xml document
+     following example section. You could also create an XML document
      read it with <function>DomDocument_open_file</function>.
     </para>
     <para>
      <example>
-      <title>Include file example.inc with xml string</title>
+      <title>Include file example.inc with XML string</title>
       <programlisting role="php">
 <![CDATA[
 <?php
Index: phpdoc/en/reference/iconv/reference.xml
diff -u phpdoc/en/reference/iconv/reference.xml:1.3 \
                phpdoc/en/reference/iconv/reference.xml:1.4
--- phpdoc/en/reference/iconv/reference.xml:1.3	Sun May 26 17:16:38 2002
+++ phpdoc/en/reference/iconv/reference.xml	Sun Jun 30 12:08:46 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
  <reference id="ref.iconv">
   <title>iconv functions</title>
   <titleabbrev>iconv</titleabbrev>
@@ -9,8 +9,8 @@
     &reftitle.intro;
     <para>
      This module contains an interface to the iconv library functions.
-     Iconv library function converts files between various encoded
-     character sets. The supported character sets depend on iconv() 
+     The Iconv library functions convert files between various character
+     sets encodings. The supported character sets depend on iconv() 
      implementation on your system. Note that iconv() function in some
      system is not work well as you expect. In this case, you should
      install libiconv library.
Index: phpdoc/en/reference/image/functions/getimagesize.xml
diff -u phpdoc/en/reference/image/functions/getimagesize.xml:1.5 \
                phpdoc/en/reference/image/functions/getimagesize.xml:1.6
--- phpdoc/en/reference/image/functions/getimagesize.xml:1.5	Tue Jun 25 20:12:50 2002
+++ phpdoc/en/reference/image/functions/getimagesize.xml	Sun Jun 30 12:08:46 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
  <refentry id="function.getimagesize">
   <refnamediv>
@@ -107,7 +107,7 @@
     you to extract some extended information from the image
     file. Currently this will return the different
     <acronym>JPG</acronym> APP markers in an associative Array. Some
-    Programs use these APP markers to embedd text information in
+    Programs use these APP markers to embed text information in
     images. A very common one is to embed <acronym>IPTC</acronym>
     <ulink url="&url.iptc;">&url.iptc;</ulink> information in the
     APP13 marker. You can use the <function>iptcparse</function>
Index: phpdoc/en/reference/msql/reference.xml
diff -u phpdoc/en/reference/msql/reference.xml:1.2 \
                phpdoc/en/reference/msql/reference.xml:1.3
--- phpdoc/en/reference/msql/reference.xml:1.2	Mon Apr 15 14:56:49 2002
+++ phpdoc/en/reference/msql/reference.xml	Sun Jun 30 12:08:46 2002
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
  <reference id="ref.msql">
   <title>mSQL functions</title>
   <titleabbrev>mSQL</titleabbrev>
   <partintro>
    <simpara>
     These functions allow you to access mSQL database servers. In
-    order to have these functions available, you must compile php
+    order to have these functions available, you must compile PHP
     with msql support by using the
     <option role="configure">--with-msql[=dir]</option> option. The default
     location is /usr/local/Hughes.
Index: phpdoc/en/reference/muscat/functions/muscat-close.xml
diff -u phpdoc/en/reference/muscat/functions/muscat-close.xml:1.3 \
                phpdoc/en/reference/muscat/functions/muscat-close.xml:1.4
--- phpdoc/en/reference/muscat/functions/muscat-close.xml:1.3	Mon May 27 11:22:54 \
                2002
+++ phpdoc/en/reference/muscat/functions/muscat-close.xml	Sun Jun 30 12:08:48 2002
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/muscat.xml, last change in rev 1.1 -->
   <refentry id="function.muscat-close">
    <refnamediv>
     <refname>muscat_close</refname>
-    <refpurpose>Shuts down the muscat session and releases any memory back to \
php.</refpurpose> +    <refpurpose>Shuts down the muscat session and releases any \
memory back to PHP.</refpurpose>  </refnamediv>
    <refsect1>
     <title>Description</title>
Index: phpdoc/en/reference/muscat/functions/muscat-get.xml
diff -u phpdoc/en/reference/muscat/functions/muscat-get.xml:1.3 \
                phpdoc/en/reference/muscat/functions/muscat-get.xml:1.4
--- phpdoc/en/reference/muscat/functions/muscat-get.xml:1.3	Mon May 27 11:22:55 2002
+++ phpdoc/en/reference/muscat/functions/muscat-get.xml	Sun Jun 30 12:08:48 2002
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/muscat.xml, last change in rev 1.1 -->
   <refentry id="function.muscat-get">
    <refnamediv>
     <refname>muscat_get</refname>
-    <refpurpose>Gets a line back from the core muscat api. </refpurpose>
+    <refpurpose>Gets a line back from the core muscat API. </refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
Index: phpdoc/en/reference/muscat/functions/muscat-give.xml
diff -u phpdoc/en/reference/muscat/functions/muscat-give.xml:1.2 \
                phpdoc/en/reference/muscat/functions/muscat-give.xml:1.3
--- phpdoc/en/reference/muscat/functions/muscat-give.xml:1.2	Wed Apr 17 02:41:04 2002
+++ phpdoc/en/reference/muscat/functions/muscat-give.xml	Sun Jun 30 12:08:48 2002
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/muscat.xml, last change in rev 1.1 -->
   <refentry id="function.muscat-give">
    <refnamediv>
     <refname>muscat_give</refname>
-    <refpurpose>Sends string to the core muscat api </refpurpose>
+    <refpurpose>Sends string to the core muscat API</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
Index: phpdoc/en/reference/pfpro/reference.xml
diff -u phpdoc/en/reference/pfpro/reference.xml:1.2 \
                phpdoc/en/reference/pfpro/reference.xml:1.3
--- phpdoc/en/reference/pfpro/reference.xml:1.2	Mon Apr 15 17:57:13 2002
+++ phpdoc/en/reference/pfpro/reference.xml	Sun Jun 30 12:08:48 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
  <reference id="ref.pfpro">
   <title>Verisign Payflow Pro functions</title>
   <titleabbrev>Verisign Payflow Pro</titleabbrev>
@@ -36,7 +36,7 @@
     of transactions using <function>pfpro_process</function> between the two.
    </simpara>
    <simpara>
-    These functions have been added in PHP 4.0.2.
+    These functions were added in PHP 4.0.2.
    </simpara>
 
    <note><para>
Index: phpdoc/en/reference/snmp/functions/snmprealwalk.xml
diff -u phpdoc/en/reference/snmp/functions/snmprealwalk.xml:1.2 \
                phpdoc/en/reference/snmp/functions/snmprealwalk.xml:1.3
--- phpdoc/en/reference/snmp/functions/snmprealwalk.xml:1.2	Wed Apr 17 02:44:04 2002
+++ phpdoc/en/reference/snmp/functions/snmprealwalk.xml	Sun Jun 30 12:08:48 2002
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/snmp.xml, last change in rev 1.20 -->
   <refentry id='function.snmprealwalk'>
    <refnamediv>
     <refname>snmprealwalk</refname>
     <refpurpose>
-     Return all objects including their respective object id withing the specified \
one +     Return all objects including their respective object ID within the \
specified one  </refpurpose>
    </refnamediv>
    <refsect1>
Index: phpdoc/en/reference/wddx/reference.xml
diff -u phpdoc/en/reference/wddx/reference.xml:1.2 \
                phpdoc/en/reference/wddx/reference.xml:1.3
--- phpdoc/en/reference/wddx/reference.xml:1.2	Mon Apr 15 17:57:27 2002
+++ phpdoc/en/reference/wddx/reference.xml	Sun Jun 30 12:08:48 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
  <reference id="ref.wddx">
   <title>WDDX Functions</title>
   <titleabbrev>WDDX</titleabbrev>
@@ -11,7 +11,7 @@
    </para>
    <para>
     In order to use WDDX, you will need to install the expat library
-    (which comes with apache 1.3.7 or higher) and recompile PHP with
+    (which comes with Apache 1.3.7 or higher) and recompile PHP with
     <option role="configure">--with-xml</option> and <option
     role="configure">--enable-wddx</option>.
    </para>



-- 
PHP Documentation 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