reference/calendar/functions/jdtojulian.xml
789af834328bf5d492ed174a4fedb226ccaf4b27
...
...
@@ -2,7 +2,7 @@
2
2
<!-- $Revision$ -->
3
3
<refentry xml:id="function.jdtojulian" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
-
<refname>JDToJulian</refname>
5
+
<refname>jdtojulian</refname>
6
6
<refpurpose>Converts a Julian Day Count to a Julian Calendar Date</refpurpose>
7
7
</refnamediv>
8
8

...
...
@@ -10,7 +10,7 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>string</type><methodname>jdtojulian</methodname>
13
-
<methodparam><type>int</type><parameter>julianday</parameter></methodparam>
13
+
<methodparam><type>int</type><parameter>julian_day</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
Converts Julian Day Count to a string containing the Julian
...
...
@@ -23,7 +23,7 @@
23
23
<para>
24
24
<variablelist>
25
25
<varlistentry>
26
-
<term><parameter>julianday</parameter></term>
26
+
<term><parameter>julian_day</parameter></term>
27
27
<listitem>
28
28
<para>
29
29
A julian day number as integer
...
...
@@ -51,7 +51,6 @@
51
51
</para>
52
52
</refsect1>
53
53
</refentry>
54
-

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