List:Commits« Previous MessageNext Message »
From:plavin Date:March 8 2007 10:16pm
Subject:svn commit - mysqldoc@docsrva: r5259 - trunk/dynamic-docs/opsfunctions
View as plain text  
Author: plavin
Date: 2007-03-08 23:16:17 +0100 (Thu, 08 Mar 2007)
New Revision: 5259

Log:
Minor corrections

Modified:
   trunk/dynamic-docs/opsfunctions/opfunctions.xml


Modified: trunk/dynamic-docs/opsfunctions/opfunctions.xml
===================================================================
--- trunk/dynamic-docs/opsfunctions/opfunctions.xml	2007-03-08 21:58:30 UTC (rev 5258)
+++ trunk/dynamic-docs/opsfunctions/opfunctions.xml	2007-03-08 22:16:17 UTC (rev 5259)
Changed blocks: 7, Lines Added: 7, Lines Deleted: 5; 2692 bytes

@@ -335,6 +335,7 @@
       <manual version="5.1"/>
     </versions>
   </function>
+  
   <function id="ExtractValue" inversion="5.1.5" outversion="5.1.7"
     deprecated="5.1.6" class="xml">
     <display>ExtractValue</display>

@@ -353,6 +354,7 @@
       <manual version="5.1"/>
     </versions>
   </function>
+  
   <function id="cast" class="cast">
     <display>CAST</display>
     <description lang="en">Cast a value as a certain type</description>

@@ -390,7 +392,7 @@
   
   <function id="acos" class="trigonometric">
     <display>ACOS</display>
-    <description lang="en"></description>
+    <description lang="en">Return the arc cosine</description>
     <arguments>
       <format><![CDATA[ACOS(<replaceable>X</replaceable>)]]></format>
       <argument seq="1" name="expr" type="numeric"></argument>

@@ -406,7 +408,7 @@
   
   <function id="asin" class="trigonometric">
     <display>ASIN</display>
-    <description lang="en"></description>
+    <description lang="en">Retrun the arc sine</description>
     <arguments>
       <format><![CDATA[ASIN(<replaceable>X</replaceable>)]]></format>
       <argument seq="1" name="expr" type="numeric"></argument>

@@ -422,7 +424,7 @@
   
   <function id="atan" class="trigonometric">
     <display>ATAN</display>
-    <description lang="en"></description>
+    <description lang="en">Return the arc tangent</description>
     <arguments>
       <format><![CDATA[ATAN(<replaceable>X</replaceable>)]]></format>
       <argument seq="1" name="expr" type="numeric"></argument>

@@ -438,7 +440,7 @@
   <function id="atan2" class="trigonometric">
     <display>ATAN2</display>
     <display>ATAN</display>
-    <description lang="en">Returns the arc tangent of the two variables</description>
+    <description lang="en">Returns the arc tangent of the two arguments</description>
     <arguments>
       <format><![CDATA[ATAN2(<replaceable>Y</replaceable>,<replaceable>X</replaceable>)]]></format>
       <format><![CDATA[ATAN(<replaceable>Y</replaceable>,<replaceable>X</replaceable>)]]></format>

@@ -522,7 +524,7 @@
   
   <function id="degrees" class="trigonometric">
     <display>DEGREES</display>
-    <description lang="en">Compute a cyclic redundancy check value</description>
+    <description lang="en">Convert radians to degrees</description>
     <arguments>
       <format><![CDATA[DEGREES(<replaceable>X</replaceable>)]]></format>
       <argument seq="1" name="expr" type="numeric"></argument>


Thread
svn commit - mysqldoc@docsrva: r5259 - trunk/dynamic-docs/opsfunctionsplavin8 Mar