cucinato                Wed Jun 12 02:52:12 2002 EDT

  Modified files:              
    /phpdoc/en/reference/pgsql/functions        pg-escape-bytea.xml 
                                                pg-fetch-object.xml 
  Log:
  Typos fixed
  
  
Index: phpdoc/en/reference/pgsql/functions/pg-escape-bytea.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-escape-bytea.xml:1.3 
phpdoc/en/reference/pgsql/functions/pg-escape-bytea.xml:1.4
--- phpdoc/en/reference/pgsql/functions/pg-escape-bytea.xml:1.3 Tue Apr 23 20:19:49 
2002
+++ phpdoc/en/reference/pgsql/functions/pg-escape-bytea.xml     Wed Jun 12 02:52:12 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.61 -->
   <refentry id='function.pg-escape-bytea'>
    <refnamediv>
@@ -21,8 +21,8 @@
     <note>
      <para>
       When you SELECT bytea type, PostgreSQL returns octal byte value
-      prefixed by \. (e.g. \032) Users are supposed to convert back to
-      binary formant by yourself.
+      prefixed by \ (e.g. \032). Users are supposed to convert back to
+      binary format by yourself.
      </para>
      <para>
       This function requires PostgreSQL 7.2 or later. With PostgreSQL
Index: phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml:1.6 
phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml:1.7
--- phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml:1.6 Thu Apr 25 03:19:04 
2002
+++ phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml     Wed Jun 12 02:52:12 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 -->
   <refentry id="function.pg-fetch-object">
    <refnamediv>
@@ -38,7 +38,7 @@
     </para>
     <note>
      <para>
-      Form 4.3.0, <parameter>result_type</parameter> is default to PGSQL_ASSOC while
+      From 4.3.0, <parameter>result_type</parameter> is default to PGSQL_ASSOC while
       older versions' default was PGSQL_BOTH. There is no use for numeric property, 
       since numeric property name is invalid in PHP.
      </para>


Reply via email to