reference/posix/functions/posix-uname.xml
f8854f6a6a7907720ed8ec8657a2f466a82c0394
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>array</type><methodname>posix_uname</methodname>
12
+
<type class="union"><type>array</type><type>false</type></type><methodname>posix_uname</methodname>
13
13
<void/>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -22,6 +22,11 @@
22
22
</para>
23
23
</refsect1>
24
24

25
+
<refsect1 role="parameters">
26
+
&reftitle.parameters;
27
+
&no.function.parameters;
28
+
</refsect1>
29
+

25
30
<refsect1 role="returnvalues">
26
31
&reftitle.returnvalues;
27
32
<para>
...
...
@@ -54,6 +59,9 @@
54
59
field is only available on GNU systems or when using the GNU
55
60
libc.
56
61
</para>
62
+
<para>
63
+
The function returns &false; on failure.
64
+
</para>
57
65
</refsect1>
58
66

59
67
<refsect1 role="examples">
...
...
@@ -87,7 +95,6 @@ Array
87
95
</refsect1>
88
96

89
97
</refentry>
90
-

91
98
<!-- Keep this comment at the end of the file
92
99
Local variables:
93
100
mode: sgml
94
101