reference/posix/functions/posix-getgroups.xml
f8854f6a6a7907720ed8ec8657a2f466a82c0394
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>array</type><methodname>posix_getgroups</methodname>
12
+
<type class="union"><type>array</type><type>false</type></type><methodname>posix_getgroups</methodname>
13
13
<void/>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -17,11 +17,16 @@
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>
23
28
Returns an array of integers containing the numeric group ids of the group
24
-
set of the current process.
29
+
set of the current process, &return.falseforfailure;.
25
30
</para>
26
31
</refsect1>
27
32

...
...
@@ -75,7 +80,6 @@ Array
75
80
</refsect1>
76
81

77
82
</refentry>
78
-

79
83
<!-- Keep this comment at the end of the file
80
84
Local variables:
81
85
mode: sgml
82
86