[gnumeric] doc: propage earlier changes.



commit 806ce2812fb82c23fdb5f5510fa137947ea76a32
Author: Morten Welinder <terra gnome org>
Date:   Thu Mar 24 19:35:24 2011 -0400

    doc: propage earlier changes.

 doc/C/func.defs     |   16 ++++------------
 doc/C/functions.xml |   38 ++++----------------------------------
 2 files changed, 8 insertions(+), 46 deletions(-)
---
diff --git a/doc/C/func.defs b/doc/C/func.defs
index aaaf87a..347d8e1 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -215,7 +215,7 @@
 @SHORTDESC=the cotangent of the complex number @{z}
 @SYNTAX=IMCOT(z)
 @ARGUMENTDESCRIPTION= {z}: a complex number
- DESCRIPTION=cotz = cosz/sinz.
+ DESCRIPTION=IMCOT(@{z}) = IMCOS(@{z})/IMSIN(@{z}).
 @NOTE=If @{z} is not a valid complex number, #VALUE! is returned.
 @SEEALSO=IMSEC,IMCSC
 
@@ -232,7 +232,7 @@
 @SHORTDESC=the cosecant of the complex number @{z}
 @SYNTAX=IMCSC(z)
 @ARGUMENTDESCRIPTION= {z}: a complex number
- DESCRIPTION=cscz = 1/sinz.
+ DESCRIPTION=IMCSC(@{z}) = 1/IMSIN(@{z}).
 @NOTE=If @{z} is not a valid complex number, #VALUE! is returned.
 @SEEALSO=IMSEC,IMCOT
 
@@ -340,7 +340,7 @@ The natural logarithm is not uniquely defined on complex numbers. You may need t
 @SHORTDESC=the secant of the complex number @{z}
 @SYNTAX=IMSEC(z)
 @ARGUMENTDESCRIPTION= {z}: a complex number
- DESCRIPTION=secz = 1/cosz.
+ DESCRIPTION=IMSEC(@{z}) = 1/IMCOS(@{z}).
 @NOTE=If @{z} is not a valid complex number, #VALUE! is returned.
 @SEEALSO=IMCSC,IMCOT
 
@@ -1378,14 +1378,6 @@ The depreciation coefficient used is:
 @SEEALSO=AMORDEGRC
 
 @CATEGORY=Finance
- FUNCTION=ATL_LAST
- SHORTDESC=sample real-time data source
- SYNTAX=ATL_LAST(tag)
- ARGUMENTDESCRIPTION=@{tag}: tag to watch
- DESCRIPTION=ATL_LAST is a sample implementation of a real time data source.  It takes a string tag and monitors the named pipe ~/atl for changes to the value of that tag.
- NOTE=This is not intended to be generally enabled and is OFF by default.
-
- CATEGORY=Finance
 @FUNCTION=COUPDAYBS
 @SHORTDESC=number of days from coupon period to settlement
 @SYNTAX=COUPDAYBS(settlement,maturity,frequency,basis,eom)
@@ -3534,7 +3526,7 @@ The depreciation coefficient used is:
 @SHORTDESC=product  of the given values
 @SYNTAX=PRODUCT(values)
 @ARGUMENTDESCRIPTION= {values}: a list of values to multiply
- DESCRIPTION=Product computes the product of all the values and cells referenced in the argument list.
+ DESCRIPTION=PRODUCT computes the product of all the values and cells referenced in the argument list.
 @NOTE=If all cells are empty, the result will be 0.
 @EXCEL=This function is Excel compatible.
 @ODF=This function is OpenFormula compatible.
diff --git a/doc/C/functions.xml b/doc/C/functions.xml
index 5755b03..aa4fd7f 100644
--- a/doc/C/functions.xml
+++ b/doc/C/functions.xml
@@ -855,7 +855,7 @@
       </refsect1>
       <refsect1>
         <title>Description</title>
-        <para>cotz = cosz/sinz.</para>
+        <para><function>IMCOT</function>(<parameter>z</parameter>) = IMCOS(<parameter>z</parameter>)/IMSIN(<parameter>z</parameter>).</para>
       </refsect1>
       <refsect1>
         <title>Note</title>
@@ -923,7 +923,7 @@
       </refsect1>
       <refsect1>
         <title>Description</title>
-        <para>cscz = 1/sinz.</para>
+        <para><function>IMCSC</function>(<parameter>z</parameter>) = 1/IMSIN(<parameter>z</parameter>).</para>
       </refsect1>
       <refsect1>
         <title>Note</title>
@@ -1335,7 +1335,7 @@
       </refsect1>
       <refsect1>
         <title>Description</title>
-        <para>secz = 1/cosz.</para>
+        <para><function>IMSEC</function>(<parameter>z</parameter>) = 1/IMCOS(<parameter>z</parameter>).</para>
       </refsect1>
       <refsect1>
         <title>Note</title>
@@ -4773,36 +4773,6 @@
       </para>
       </refsect1>
     </refentry>
-    <refentry id="gnumeric-ATL_LAST">
-      <refmeta>
-        <refentrytitle>
-          <function>ATL_LAST</function>
-        </refentrytitle>
-      </refmeta>
-      <refnamediv>
-        <refname>
-          <function>ATL_LAST</function>
-        </refname>
-        <refpurpose>
-        sample real-time data source
-      </refpurpose>
-      </refnamediv>
-      <refsynopsisdiv>
-        <synopsis><function>ATL_LAST</function>(<parameter>tag</parameter>)</synopsis>
-      </refsynopsisdiv>
-      <refsect1>
-        <title>Arguments</title>
-        <para><parameter>tag</parameter>: tag to watch</para>
-      </refsect1>
-      <refsect1>
-        <title>Description</title>
-        <para><function>ATL_LAST</function> is a sample implementation of a real time data source.  It takes a string tag and monitors the named pipe ~/atl for changes to the value of that tag.</para>
-      </refsect1>
-      <refsect1>
-        <title>Note</title>
-        <para>This is not intended to be generally enabled and is OFF by default.</para>
-      </refsect1>
-    </refentry>
     <refentry id="gnumeric-COUPDAYBS">
       <refmeta>
         <refentrytitle>
@@ -11979,7 +11949,7 @@
       </refsect1>
       <refsect1>
         <title>Description</title>
-        <para>Product computes the product of all the values and cells referenced in the argument list.</para>
+        <para><function>PRODUCT</function> computes the product of all the values and cells referenced in the argument list.</para>
       </refsect1>
       <refsect1>
         <title>Note</title>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]