reference/calendar/functions/jdtofrench.xml
1ae151672a7ce10bd096505deac85ff198a62ef5
...
...
@@ -2,14 +2,14 @@
2
2
<!-- $Revision$ -->
3
3
<refentry xml:id="function.jdtofrench" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
-
<refname>JDToFrench</refname>
5
+
<refname>jdtofrench</refname>
6
6
<refpurpose>Converts a Julian Day Count to the French Republican Calendar</refpurpose>
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>string</type><methodname>jdtofrench</methodname>
12
-
<methodparam><type>int</type><parameter>juliandaycount</parameter></methodparam>
12
+
<methodparam><type>int</type><parameter>julian_day</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Converts a Julian Day Count to the French Republican Calendar.
...
...
@@ -21,7 +21,7 @@
21
21
<para>
22
22
<variablelist>
23
23
<varlistentry>
24
-
<term><parameter>julianday</parameter></term>
24
+
<term><parameter>julian_day</parameter></term>
25
25
<listitem>
26
26
<para>
27
27
A julian day number as integer
...
...
@@ -49,7 +49,6 @@
49
49
</para>
50
50
</refsect1>
51
51
</refentry>
52
-

53
52
<!-- Keep this comment at the end of the file
54
53
Local variables:
55
54
mode: sgml
56
55