torben          Mon Aug 13 15:51:07 2001 EDT

  Modified files:              
    /phpdoc/en/functions        aspell.xml 
  Log:
  
  Please check this sort of thing before assuming it's wrong: this extension
  does not use resources.
  
  
Index: phpdoc/en/functions/aspell.xml
diff -u phpdoc/en/functions/aspell.xml:1.12 phpdoc/en/functions/aspell.xml:1.13
--- phpdoc/en/functions/aspell.xml:1.12 Mon Aug 13 15:27:45 2001
+++ phpdoc/en/functions/aspell.xml      Mon Aug 13 15:51:07 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
  <reference id="ref.aspell">
   <title>Aspell functions</title>
   <titleabbrev>Aspell</titleabbrev>
@@ -33,7 +33,7 @@
     <title>Description</title>
     <funcsynopsis>
      <funcprototype>
-      <funcdef>resource <function>aspell_new</function></funcdef>
+      <funcdef>int <function>aspell_new</function></funcdef>
       <paramdef>string <parameter>master</parameter></paramdef>
       <paramdef>string <parameter>personal</parameter></paramdef>
      </funcprototype>
@@ -64,7 +64,7 @@
     <funcsynopsis>
      <funcprototype>
       <funcdef>bool <function>aspell_check</function></funcdef>
-      <paramdef>resource <parameter>dictionary_link</parameter></paramdef>
+      <paramdef>int <parameter>dictionary_link</parameter></paramdef>
       <paramdef>string <parameter>word</parameter></paramdef>
      </funcprototype>
     </funcsynopsis>
@@ -101,7 +101,7 @@
     <funcsynopsis>
      <funcprototype>
       <funcdef>bool <function>aspell_check_raw</function></funcdef>
-      <paramdef>resource <parameter>dictionary_link</parameter></paramdef>
+      <paramdef>int <parameter>dictionary_link</parameter></paramdef>
       <paramdef>string <parameter>word</parameter></paramdef>
      </funcprototype>
     </funcsynopsis>
@@ -137,7 +137,7 @@
     <funcsynopsis>
      <funcprototype>
       <funcdef>array <function>aspell_suggest</function></funcdef>
-      <paramdef>resource <parameter>dictionary_link</parameter></paramdef>
+      <paramdef>int <parameter>dictionary_link</parameter></paramdef>
       <paramdef>string <parameter>word</parameter></paramdef>
      </funcprototype>
     </funcsynopsis>


Reply via email to