[PHP-DEV] cvs: /phpdoc/functions misc.sgml From: Egon Schmid (eschmid <email protected>)
Date: 08/29/99

eschmid Sun Aug 29 06:17:47 1999 EDT

  Modified files:
    /phpdoc/functions misc.sgml
  Log:
  Made some links for better navigation.
  
Index: phpdoc/functions/misc.sgml
diff -u phpdoc/functions/misc.sgml:1.3 phpdoc/functions/misc.sgml:1.4
--- phpdoc/functions/misc.sgml:1.3 Fri Jul 16 17:48:10 1999
+++ phpdoc/functions/misc.sgml Sun Aug 29 06:17:47 1999
@@ -11,7 +11,7 @@
   <refentry id="function.connection-aborted">
    <refnamediv>
     <refname>connection_aborted</refname>
- <refpurpose>Return true if client disconnected</refpurpose>
+ <refpurpose>Returns true if client disconnected</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -20,8 +20,10 @@
      <paramdef>void <parameter></parameter></paramdef>
     </funcsynopsis>
     <simpara>
- Returns true if client disconnected. See the Connection Handling
- description in the Feature chapter for a complete explanation.
+ Returns true if client disconnected. See the <link
+ linkend="features.connection-handling">Connection Handling</link>
+ description in the <link linkend="features">Features </link>
+ chapter for a complete explanation.
     </simpara>
    </refsect1>
   </refentry>
@@ -38,8 +40,10 @@
      <paramdef>void <parameter></parameter></paramdef>
     </funcsynopsis>
     <simpara>
- Returns the connection status bitfield. See the Connection
- Handling description in the Feature chapter for a complete
+ Returns the connection status bitfield. See the <link
+ linkend="features.connection-handling">Connection
+ Handling</link> description in the <link
+ linkend="features">Features</link> chapter for a complete
      explanation.
     </simpara>
    </refsect1>
@@ -57,8 +61,10 @@
      <paramdef>void <parameter></parameter></paramdef>
     </funcsynopsis>
     <simpara>
- Returns true if script timed out. See the Connection Handling
- description in the Feature chapter for a complete explanation.
+ Returns true if script timed out. See the <link
+ linkend="features.connection-handling">Connection Handling</link>
+ description in the <link linkend="features">Features</link>
+ chapter for a complete explanation.
     </simpara>
    </refsect1>
   </refentry>

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>