reference/posix/functions/posix-times.xml
f8854f6a6a7907720ed8ec8657a2f466a82c0394
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>array</type><methodname>posix_times</methodname>
12
+
<type class="union"><type>array</type><type>false</type></type><methodname>posix_times</methodname>
13
13
<void/>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -17,6 +17,11 @@
17
17
</para>
18
18
</refsect1>
19
19

20
+
<refsect1 role="parameters">
21
+
&reftitle.parameters;
22
+
&no.function.parameters;
23
+
</refsect1>
24
+

20
25
<refsect1 role="returnvalues">
21
26
&reftitle.returnvalues;
22
27
<para>
...
...
@@ -50,19 +55,10 @@
50
55
</simpara>
51
56
</listitem>
52
57
</itemizedlist>
58
+
The function returns &false; on failure.
53
59
</para>
54
60
</refsect1>
55
61

56
-
<refsect1 role="notes">
57
-
&reftitle.notes;
58
-
<warning>
59
-
<para>
60
-
This function isn't reliable to use, it may return negative values for
61
-
high times.
62
-
</para>
63
-
</warning>
64
-
</refsect1>
65
-

66
62
<refsect1 role="examples">
67
63
&reftitle.examples;
68
64
<para>
...
...
@@ -95,8 +91,17 @@ Array
95
91
</para>
96
92
</refsect1>
97
93

98
-
</refentry>
94
+
<refsect1 role="notes">
95
+
&reftitle.notes;
96
+
<warning>
97
+
<para>
98
+
This function isn't reliable to use, it may return negative values for
99
+
high times.
100
+
</para>
101
+
</warning>
102
+
</refsect1>
99
103

104
+
</refentry>
100
105
<!-- Keep this comment at the end of the file
101
106
Local variables:
102
107
mode: sgml
103
108