[gnumeric] ODF.TIME: fix synopsis.



commit 1383093612ab0fd808ac0e4e2ec9f7f3e8668e1a
Author: Morten Welinder <terra gnome org>
Date:   Mon Jun 25 20:16:31 2012 -0400

    ODF.TIME: fix synopsis.

 doc/C/func.defs             |    4 ++--
 doc/C/functions.xml         |   10 +++++-----
 plugins/fn-date/functions.c |    2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/doc/C/func.defs b/doc/C/func.defs
index 0f57c60..bd5d0fa 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -836,9 +836,9 @@ The natural logarithm is not uniquely defined on complex numbers. You may need t
 @SEEALSO=DATE
 
 @CATEGORY=Date/Time
- FUNCTION=TIME
+ FUNCTION=ODF TIME
 @SHORTDESC=create a time serial value
- SYNTAX=TIME(hour,minute,second)
+ SYNTAX=ODF TIME(hour,minute,second)
 @ARGUMENTDESCRIPTION= {hour}: hour
 @{minute}: minute
 @{second}: second
diff --git a/doc/C/functions.xml b/doc/C/functions.xml
index ae8a41d..f1190ab 100644
--- a/doc/C/functions.xml
+++ b/doc/C/functions.xml
@@ -3067,22 +3067,22 @@
       </para>
       </refsect1>
     </refentry>
-    <refentry id="gnumeric-function-TIME">
+    <refentry id="gnumeric-function-ODF.TIME">
       <refmeta>
         <refentrytitle>
-          <function>TIME</function>
+          <function>ODF.TIME</function>
         </refentrytitle>
       </refmeta>
       <refnamediv>
         <refname>
-          <function>TIME</function>
+          <function>ODF.TIME</function>
         </refname>
         <refpurpose>
         create a time serial value
       </refpurpose>
       </refnamediv>
       <refsynopsisdiv>
-        <synopsis><function>TIME</function>(<parameter>hour</parameter>,<parameter>minute</parameter>,<parameter>second</parameter>)</synopsis>
+        <synopsis><function>ODF.TIME</function>(<parameter>hour</parameter>,<parameter>minute</parameter>,<parameter>second</parameter>)</synopsis>
       </refsynopsisdiv>
       <refsect1>
         <title>Arguments</title>
@@ -3092,7 +3092,7 @@
       </refsect1>
       <refsect1>
         <title>Description</title>
-        <para>The ODF.<function>TIME</function> function computes the time given by <parameter>hour</parameter>, <parameter>minute</parameter>, and <parameter>second</parameter> as a fraction of a day.</para>
+        <para>The <function>ODF.TIME</function> function computes the time given by <parameter>hour</parameter>, <parameter>minute</parameter>, and <parameter>second</parameter> as a fraction of a day.</para>
       </refsect1>
       <refsect1>
         <title>Note</title>
diff --git a/plugins/fn-date/functions.c b/plugins/fn-date/functions.c
index 6c8fb61..b159148 100644
--- a/plugins/fn-date/functions.c
+++ b/plugins/fn-date/functions.c
@@ -455,7 +455,7 @@ gnumeric_time (GnmFuncEvalInfo *ei, GnmValue const * const *argv)
 /***************************************************************************/
 
 static GnmFuncHelp const help_odf_time[] = {
-        { GNM_FUNC_HELP_NAME, F_("TIME:create a time serial value")},
+        { GNM_FUNC_HELP_NAME, F_("ODF.TIME:create a time serial value")},
         { GNM_FUNC_HELP_ARG, F_("hour:hour")},
         { GNM_FUNC_HELP_ARG, F_("minute:minute")},
         { GNM_FUNC_HELP_ARG, F_("second:second")},



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