derick          Mon May 27 11:22:55 2002 EDT

  Modified files:              
    /phpdoc/en/reference/muscat/functions       muscat-close.xml 
                                                muscat-get.xml 
                                                muscat-setup-net.xml 
                                                muscat-setup.xml 
  Log:
  - Fix long descriptions
  
  
Index: phpdoc/en/reference/muscat/functions/muscat-close.xml
diff -u phpdoc/en/reference/muscat/functions/muscat-close.xml:1.2 
phpdoc/en/reference/muscat/functions/muscat-close.xml:1.3
--- phpdoc/en/reference/muscat/functions/muscat-close.xml:1.2   Wed Apr 17 02:41:03 
2002
+++ phpdoc/en/reference/muscat/functions/muscat-close.xml       Mon May 27 11:22:54 
+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-close">
    <refnamediv>
     <refname>muscat_close</refname>
-    <refpurpose>Shuts down the muscat session and releases any memory back to php. 
[Not back to the system, note!] </refpurpose>
+    <refpurpose>Shuts down the muscat session and releases any memory back to 
+php.</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -15,6 +15,9 @@
      &warn.experimental.func;
     <para>
      &warn.undocumented.func;
+    </para>
+    <para>
+     [Not back to the system, note!]
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/muscat/functions/muscat-get.xml
diff -u phpdoc/en/reference/muscat/functions/muscat-get.xml:1.2 
phpdoc/en/reference/muscat/functions/muscat-get.xml:1.3
--- phpdoc/en/reference/muscat/functions/muscat-get.xml:1.2     Wed Apr 17 02:41:03 
2002
+++ phpdoc/en/reference/muscat/functions/muscat-get.xml Mon May 27 11:22:55 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-get">
    <refnamediv>
     <refname>muscat_get</refname>
-    <refpurpose>Gets a line back from the core muscat api.  Returns a literal FALSE 
when there is no more to get (as opposed to ""). Use === FALSE or !== FALSE to check 
for this </refpurpose>
+    <refpurpose>Gets a line back from the core muscat api. </refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -15,6 +15,10 @@
      &warn.experimental.func;
     <para>
      &warn.undocumented.func;
+    </para>
+    <para>
+      Returns a literal FALSE when there is no more to get (as opposed to "").
+      Use === FALSE or !== FALSE to check for this.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/muscat/functions/muscat-setup-net.xml
diff -u phpdoc/en/reference/muscat/functions/muscat-setup-net.xml:1.2 
phpdoc/en/reference/muscat/functions/muscat-setup-net.xml:1.3
--- phpdoc/en/reference/muscat/functions/muscat-setup-net.xml:1.2       Wed Apr 17 
02:41:04 2002
+++ phpdoc/en/reference/muscat/functions/muscat-setup-net.xml   Mon May 27 11:22:55 
+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-setup-net">
    <refnamediv>
     <refname>muscat_setup_net</refname>
-    <refpurpose>Creates a new muscat session and returns the handle. muscat_host is 
the hostname to connect to port is the port number to connect to - actually takes 
exactly the same args as fsockopen </refpurpose>
+    <refpurpose>Creates a new muscat session and returns the handle.</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -16,6 +16,10 @@
      &warn.experimental.func;
     <para>
      &warn.undocumented.func;
+    </para>
+    <para>
+     muscat_host is the hostname to connect to port is the port number to
+     connect to - actually takes exactly the same args as fsockopen
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/muscat/functions/muscat-setup.xml
diff -u phpdoc/en/reference/muscat/functions/muscat-setup.xml:1.2 
phpdoc/en/reference/muscat/functions/muscat-setup.xml:1.3
--- phpdoc/en/reference/muscat/functions/muscat-setup.xml:1.2   Wed Apr 17 02:41:04 
2002
+++ phpdoc/en/reference/muscat/functions/muscat-setup.xml       Mon May 27 11:22:55 
+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-setup">
    <refnamediv>
     <refname>muscat_setup</refname>
-    <refpurpose>Creates a new muscat session and returns the handle. Size is the 
ammount of memory in bytes to allocate for muscat muscat_dir is the muscat 
installation dir e.g. "/usr/local/empower", it defaults to the compile time muscat 
directory </refpurpose>
+    <refpurpose>Creates a new muscat session and returns the handle.</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -16,6 +16,11 @@
      &warn.experimental.func;
     <para>
      &warn.undocumented.func;
+    </para>
+    <para>
+     Size is the ammount of memory in bytes to allocate for muscat muscat_dir
+     is the muscat installation dir e.g. "/usr/local/empower", it defaults to
+     the compile time muscat directory
     </para>
    </refsect1>
   </refentry>


Reply via email to