vrana           Mon Dec  8 04:19:12 2003 EDT

  Modified files:              
    /phpdoc/en/reference/math/functions bindec.xml decbin.xml 
                                        dechex.xml decoct.xml 
                                        hexdec.xml octdec.xml 
  Log:
  See also other *dec* functions and base_convert
  
Index: phpdoc/en/reference/math/functions/bindec.xml
diff -u phpdoc/en/reference/math/functions/bindec.xml:1.3 
phpdoc/en/reference/math/functions/bindec.xml:1.4
--- phpdoc/en/reference/math/functions/bindec.xml:1.3   Sun Jun  2 07:56:51 2002
+++ phpdoc/en/reference/math/functions/bindec.xml       Mon Dec  8 04:19:12 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
   <refentry id="function.bindec">
    <refnamediv>
@@ -22,7 +22,10 @@
      31 bits of 1's or 2147483647 in decimal.
     </para>
     <para>
-     See also: <function>decbin</function>.
+     See also <function>decbin</function>,
+     <function>octdec</function>,
+     <function>hexdec</function> and
+     <function>base_convert</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/math/functions/decbin.xml
diff -u phpdoc/en/reference/math/functions/decbin.xml:1.3 
phpdoc/en/reference/math/functions/decbin.xml:1.4
--- phpdoc/en/reference/math/functions/decbin.xml:1.3   Sun Jun  2 07:56:51 2002
+++ phpdoc/en/reference/math/functions/decbin.xml       Mon Dec  8 04:19:12 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
   <refentry id="function.decbin">
    <refnamediv>
@@ -18,7 +18,10 @@
      4294967295 in decimal resulting to a string of 32 1's.
     </para>
     <para>
-     See also: <function>bindec</function>.
+     See also <function>bindec</function>,
+     <function>decoct</function>,
+     <function>dechex</function> and
+     <function>base_convert</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/math/functions/dechex.xml
diff -u phpdoc/en/reference/math/functions/dechex.xml:1.3 
phpdoc/en/reference/math/functions/dechex.xml:1.4
--- phpdoc/en/reference/math/functions/dechex.xml:1.3   Mon Jun  3 11:06:16 2002
+++ phpdoc/en/reference/math/functions/dechex.xml       Mon Dec  8 04:19:12 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
   <refentry id="function.dechex">
    <refnamediv>
@@ -18,7 +18,10 @@
      be converted is 2147483647 in decimal resulting to "7fffffff".
     </para>
     <para>
-     See also <function>hexdec</function>.
+     See also <function>hexdec</function>,
+     <function>decbin</function>,
+     <function>decoct</function> and
+     <function>base_convert</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/math/functions/decoct.xml
diff -u phpdoc/en/reference/math/functions/decoct.xml:1.3 
phpdoc/en/reference/math/functions/decoct.xml:1.4
--- phpdoc/en/reference/math/functions/decoct.xml:1.3   Sun Jun  2 07:56:51 2002
+++ phpdoc/en/reference/math/functions/decoct.xml       Mon Dec  8 04:19:12 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/math.xml, last change in rev 1.8 -->
   <refentry id="function.decoct">
    <refnamediv>
@@ -18,7 +18,10 @@
      2147483647 in decimal resulting to "17777777777". 
     </para>
     <para>
-     See also <function>octdec</function>.
+     See also <function>octdec</function>,
+     <function>decbin</function>,
+     <function>dechex</function> and
+     <function>base_convert</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/math/functions/hexdec.xml
diff -u phpdoc/en/reference/math/functions/hexdec.xml:1.4 
phpdoc/en/reference/math/functions/hexdec.xml:1.5
--- phpdoc/en/reference/math/functions/hexdec.xml:1.4   Mon Jun 16 14:31:33 2003
+++ phpdoc/en/reference/math/functions/hexdec.xml       Mon Dec  8 04:19:12 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/math.xml, last change in rev 1.16 -->
   <refentry id="function.hexdec">
    <refnamediv>
@@ -41,7 +41,10 @@
      </example>
     </para>
     <para>
-     See also <function>dechex</function>.
+     See also <function>dechex</function>,
+     <function>bindec</function>,
+     <function>octdec</function> and
+     <function>base_convert</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/math/functions/octdec.xml
diff -u phpdoc/en/reference/math/functions/octdec.xml:1.2 
phpdoc/en/reference/math/functions/octdec.xml:1.3
--- phpdoc/en/reference/math/functions/octdec.xml:1.2   Wed Apr 17 02:39:54 2002
+++ phpdoc/en/reference/math/functions/octdec.xml       Mon Dec  8 04:19:12 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
   <refentry id="function.octdec">
    <refnamediv>
@@ -19,7 +19,10 @@
      decimal.
     </para>
     <para>
-     See also <function>decoct</function>.
+     See also <function>decoct</function>,
+     <function>bindec</function>,
+     <function>hexdec</function> and
+     <function>base_convert</function>.
     </para>
    </refsect1>
   </refentry>

Reply via email to