hirokawa                Sun Jan 20 09:39:11 2002 EDT

  Modified files:              
    /phpdoc/en/functions        filesystem.xml gmp.xml imap.xml 
  Log:
  fixed typos.
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.113 
phpdoc/en/functions/filesystem.xml:1.114
--- phpdoc/en/functions/filesystem.xml:1.113    Sat Jan 12 11:28:50 2002
+++ phpdoc/en/functions/filesystem.xml  Sun Jan 20 09:39:11 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.113 $ -->
+<!-- $Revision: 1.114 $ -->
  <reference id="ref.filesystem">
   <title>Filesystem functions</title>
   <titleabbrev>Filesystem</titleabbrev>
@@ -1190,9 +1190,7 @@
       <paramdef>string <parameter>filename</parameter></paramdef>
       <paramdef>string <parameter>mode</parameter></paramdef>
       <paramdef>int 
-       <parameter>
-        <optional>use_include_path</optional>
-       </parameter>
+       <parameter><optional>use_include_path</optional></parameter>
       </paramdef>
      </funcprototype>
     </funcsynopsis>
Index: phpdoc/en/functions/gmp.xml
diff -u phpdoc/en/functions/gmp.xml:1.21 phpdoc/en/functions/gmp.xml:1.22
--- phpdoc/en/functions/gmp.xml:1.21    Thu Jan 17 22:32:23 2002
+++ phpdoc/en/functions/gmp.xml Sun Jan 20 09:39:11 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
  <reference id="ref.gmp">
   <title>GMP functions</title>
   <titleabbrev>GMP</titleabbrev>
@@ -169,7 +169,7 @@
       <title>Converting a GMP number to a string</title>
       <programlisting role="php">
 <![CDATA[
-&lt;?php
+<?php
     $a = gmp_init("0x41682179fbf5");
     printf ("Decimal: %s, 36-based: %s", gmp_strval($a), gmp_strval($a,36));
 ?>
Index: phpdoc/en/functions/imap.xml
diff -u phpdoc/en/functions/imap.xml:1.59 phpdoc/en/functions/imap.xml:1.60
--- phpdoc/en/functions/imap.xml:1.59   Wed Jan  2 06:33:48 2002
+++ phpdoc/en/functions/imap.xml        Sun Jan 20 09:39:11 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.59 $ -->
+<!-- $Revision: 1.60 $ -->
  <reference id='ref.imap'>
   <title>IMAP, POP3 and NNTP functions</title>
   <titleabbrev>IMAP</titleabbrev>
@@ -2389,7 +2389,7 @@
     </funcsynopsis>
     <para>
      Returns an array containing the names of the mailboxes that have
-     <parameter>string</parameter> in the text of the mailbox.
+     <parameter>content</parameter> in the text of the mailbox.
      This function is similar to <function>imap_listmailbox</function>,
      but it will additionally check for the presence of the string 
      <parameter>content</parameter> inside the mailbox data.


Reply via email to