reference/posix/functions/posix-setgid.xml
265acc36ee4a1f4553a52030bf1717521c24dfb4
...
...
@@ -10,7 +10,7 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>posix_setgid</methodname>
13
-
<methodparam><type>int</type><parameter>gid</parameter></methodparam>
13
+
<methodparam><type>int</type><parameter>group_id</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
Set the real group ID of the current process. This is a
...
...
@@ -33,7 +33,7 @@
33
33
<para>
34
34
<variablelist>
35
35
<varlistentry>
36
-
<term><parameter>gid</parameter></term>
36
+
<term><parameter>group_id</parameter></term>
37
37
<listitem>
38
38
<para>
39
39
The group id.
...
...
@@ -84,7 +84,6 @@ echo 'My effective group id is '.posix_getegid(); //40
84
84
</refsect1>
85
85

86
86
</refentry>
87
-

88
87
<!-- Keep this comment at the end of the file
89
88
Local variables:
90
89
mode: sgml
91
90