erica           Tue Sep 17 05:58:38 2002 EDT

  Modified files:              
    /phpdoc/en/reference/pdf    reference.xml 
  Log:
  Corrected grammatical errors. Please note correct usage of "its."
  
  
Index: phpdoc/en/reference/pdf/reference.xml
diff -u phpdoc/en/reference/pdf/reference.xml:1.4 
phpdoc/en/reference/pdf/reference.xml:1.5
--- phpdoc/en/reference/pdf/reference.xml:1.4   Fri Aug  9 06:26:09 2002
+++ phpdoc/en/reference/pdf/reference.xml       Tue Sep 17 05:58:38 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
  <reference id="ref.pdf">
   <title>PDF functions </title>
   <titleabbrev>PDF</titleabbrev>
@@ -34,7 +34,7 @@
     </simpara>
     <simpara> 
      Please note that most of the PDF functions require a
-     <parameter>pdf object</parameter> as it's first parameter. Please
+     <parameter>pdf object</parameter> as its first parameter. Please
      see the <link linkend="pdf.examples">examples</link> below for more
      information.
     </simpara>
@@ -93,7 +93,7 @@
     supported by PHP 4 with exactly the same meaning and the same
     parameters. Only the return values may differ from the PDFlib
     manual, because the PHP convention of returning
-    &false; was adopted. For compatibility reasons
+    &false; was adopted. For compatibility reasons,
     this binding for PDFlib still supports the old functions, but they
     should be replaced by their new versions. PDFlib GmbH will not
     support any problems arising from the use of these deprecated
@@ -101,7 +101,7 @@
    </simpara>
     <para>
      <table>
-      <title>Deprecated functions and its replacements</title>
+      <title>Deprecated functions and their replacements</title>
       <tgroup cols="2">
        <thead>
         <row>
@@ -259,8 +259,8 @@
     &reftitle.examples;
     <simpara>
      Most of the functions are fairly easy to use. The most difficult part
-     is probably creating a very simple PDF document at all. The following
-     example should help to get started. 
+     is probably creating your first PDF document. The following
+     example should help to get you started. 
      It creates <filename>test.pdf</filename>
      with one page. The page contains the text "Times Roman outlined" in an
      outlined, 30pt font. The text is also underlined.
@@ -312,10 +312,10 @@
     </para>
     <para>
      The PDFlib distribution contains a more complex example which
-     creates a page with an analog clock. Here we use the in memory
+     creates a page with an analog clock. Here we use the in-memory
      creation feature of PDFlib to alleviate the need to use temporary
-     files. The example, converted to PHP from the PDFlib example, is
-     as follows: (The same example is available in the <link
+     files. The example was converted to PHP from the PDFlib example.
+     (The same example is available in the <link
      linkend="ref.cpdf">CLibPDF</link> documentation.)
     </para>
     <para>
@@ -443,7 +443,7 @@
       available. Please see the <link linkend="ref.cpdf">ClibPDF</link>
       section for details. Note that <link
       linkend="ref.cpdf">ClibPDF</link> has a slightly different API
-      compared to PDFlib.
+      than PDFlib.
      </para>
     </note>
    </section>



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

Reply via email to