reference/posix/functions/posix-setuid.xml
265acc36ee4a1f4553a52030bf1717521c24dfb4
...
...
@@ -10,7 +10,7 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>posix_setuid</methodname>
13
-
<methodparam><type>int</type><parameter>uid</parameter></methodparam>
13
+
<methodparam><type>int</type><parameter>user_id</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
Set the real user ID of the current process. This is a privileged
...
...
@@ -24,7 +24,7 @@
24
24
<para>
25
25
<variablelist>
26
26
<varlistentry>
27
-
<term><parameter>uid</parameter></term>
27
+
<term><parameter>user_id</parameter></term>
28
28
<listitem>
29
29
<para>
30
30
The user id.
...
...
@@ -77,7 +77,6 @@ echo posix_geteuid()."\n"; //10000
77
77
</refsect1>
78
78

79
79
</refentry>
80
-

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