betz            Sun Jan  4 14:49:03 2004 EDT

  Modified files:              
    /phpdoc/en/reference/bc/functions   bcpow.xml bcscale.xml 
  Log:
  proto fix
  
  
Index: phpdoc/en/reference/bc/functions/bcpow.xml
diff -u phpdoc/en/reference/bc/functions/bcpow.xml:1.6 
phpdoc/en/reference/bc/functions/bcpow.xml:1.7
--- phpdoc/en/reference/bc/functions/bcpow.xml:1.6      Tue Dec 16 07:48:28 2003
+++ phpdoc/en/reference/bc/functions/bcpow.xml  Sun Jan  4 14:49:02 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/bc.xml, last change in rev 1.2 -->
   <refentry id="function.bcpow">
    <refnamediv>
@@ -12,8 +12,8 @@
     <title>Description</title>
      <methodsynopsis>
       <type>string</type><methodname>bcpow</methodname>
-      <methodparam><type>number</type><parameter>x</parameter></methodparam>
-      <methodparam><type>int</type><parameter>y</parameter></methodparam>
+      <methodparam><type>string</type><parameter>x</parameter></methodparam>
+      <methodparam><type>string</type><parameter>y</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>scale</parameter></methodparam>
      </methodsynopsis>
     <para>
Index: phpdoc/en/reference/bc/functions/bcscale.xml
diff -u phpdoc/en/reference/bc/functions/bcscale.xml:1.3 
phpdoc/en/reference/bc/functions/bcscale.xml:1.4
--- phpdoc/en/reference/bc/functions/bcscale.xml:1.3    Tue Dec 16 07:48:28 2003
+++ phpdoc/en/reference/bc/functions/bcscale.xml        Sun Jan  4 14:49:03 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/bc.xml, last change in rev 1.2 -->
   <refentry id="function.bcscale">
    <refnamediv>
@@ -11,13 +11,13 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>string</type><methodname>bcscale</methodname>
+      <type>bool</type><methodname>bcscale</methodname>
       <methodparam><type>int</type><parameter>scale</parameter></methodparam>
      </methodsynopsis>
     <para>
      This function sets the default scale parameter for all subsequent
      bc math functions that do not explicitly specify a scale
-     parameter.
+     parameter. &return.success;
     </para>
     <para>
      <example>

Reply via email to