[PHP-DOC] cvs: phpdoc /en/functions math.xml From: Simone Cortesi (simone <email protected>)
Date: 11/15/01

cortesi Thu Nov 15 04:38:47 2001 EDT

  Modified files:
    /phpdoc/en/functions math.xml
  Log:
  added missing colon
  
  
Index: phpdoc/en/functions/math.xml
diff -u phpdoc/en/functions/math.xml:1.57 phpdoc/en/functions/math.xml:1.58
--- phpdoc/en/functions/math.xml:1.57 Sun Nov 11 05:42:08 2001
+++ phpdoc/en/functions/math.xml Thu Nov 15 04:38:47 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.57 $ -->
+<!-- $Revision: 1.58 $ -->
  <reference id="ref.math">
   <title>Mathematical Functions</title>
   <titleabbrev>Math</titleabbrev>
@@ -937,7 +937,7 @@
     </simpara>
     <simpara>
      See also <function>mt_rand</function>,
- <function>mt_srand</function> <function>rand</function>,
+ <function>mt_srand</function>, <function>rand</function>,
      <function>srand</function>, and
      <function>getrandmax</function>.
     </simpara>