reference/posix/functions/posix-initgroups.xml
265acc36ee4a1f4553a52030bf1717521c24dfb4
...
...
@@ -10,8 +10,8 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>posix_initgroups</methodname>
13
-
<methodparam><type>string</type><parameter>name</parameter></methodparam>
14
-
<methodparam><type>int</type><parameter>base_group_id</parameter></methodparam>
13
+
<methodparam><type>string</type><parameter>username</parameter></methodparam>
14
+
<methodparam><type>int</type><parameter>group_id</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Calculates the group access list for the user specified in name.
...
...
@@ -23,7 +23,7 @@
23
23
<para>
24
24
<variablelist>
25
25
<varlistentry>
26
-
<term><parameter>name</parameter></term>
26
+
<term><parameter>username</parameter></term>
27
27
<listitem>
28
28
<para>
29
29
The user to calculate the list for.
...
...
@@ -31,7 +31,7 @@
31
31
</listitem>
32
32
</varlistentry>
33
33
<varlistentry>
34
-
<term><parameter>base_group_id</parameter></term>
34
+
<term><parameter>group_id</parameter></term>
35
35
<listitem>
36
36
<para>
37
37
Typically the group number from the password file.
...
...
@@ -59,7 +59,6 @@
59
59
</refsect1>
60
60

61
61
</refentry>
62
-

63
62
<!-- Keep this comment at the end of the file
64
63
Local variables:
65
64
mode: sgml
...
...
@@ -80,4 +79,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
80
79
vim: et tw=78 syn=sgml
81
80
vi: ts=1 sw=1
82
81
-->
83
-

84
82