reference/posix/functions/posix-getpwuid.xml
265acc36ee4a1f4553a52030bf1717521c24dfb4
...
...
@@ -9,8 +9,8 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>array</type><methodname>posix_getpwuid</methodname>
13
-
<methodparam><type>int</type><parameter>uid</parameter></methodparam>
12
+
<type class="union"><type>array</type><type>false</type></type><methodname>posix_getpwuid</methodname>
13
+
<methodparam><type>int</type><parameter>user_id</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
Returns an <type>array</type> of information about the user
...
...
@@ -23,7 +23,7 @@
23
23
<para>
24
24
<variablelist>
25
25
<varlistentry>
26
-
<term><parameter>uid</parameter></term>
26
+
<term><parameter>user_id</parameter></term>
27
27
<listitem>
28
28
<para>
29
29
The user identifier.
...
...
@@ -68,7 +68,7 @@
68
68
<entry>uid</entry>
69
69
<entry>
70
70
User ID, should be the same as the
71
-
<parameter>uid</parameter> parameter used when calling the
71
+
<parameter>user_id</parameter> parameter used when calling the
72
72
function, and hence redundant.
73
73
</entry>
74
74
</row>
...
...
@@ -109,6 +109,7 @@
109
109
</tbody>
110
110
</tgroup>
111
111
</table>
112
+
The function returns &false; on failure.
112
113
</para>
113
114
</refsect1>
114
115

...
...
@@ -157,7 +158,6 @@ Array
157
158
</refsect1>
158
159

159
160
</refentry>
160
-

161
161
<!-- Keep this comment at the end of the file
162
162
Local variables:
163
163
mode: sgml
164
164