reference/posix/functions/posix-getlogin.xml
f8854f6a6a7907720ed8ec8657a2f466a82c0394
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>string</type><methodname>posix_getlogin</methodname>
12
+
<type class="union"><type>string</type><type>false</type></type><methodname>posix_getlogin</methodname>
13
13
<void/>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -17,10 +17,15 @@
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
-
Returns the login name of the user, as a <type>string</type>.
28
+
Returns the login name of the user, as a <type>string</type>, &return.falseforfailure;.
24
29
</para>
25
30
</refsect1>
26
31

...
...
@@ -51,7 +56,6 @@ echo posix_getlogin(); //apache
51
56
</refsect1>
52
57

53
58
</refentry>
54
-

55
59
<!-- Keep this comment at the end of the file
56
60
Local variables:
57
61
mode: sgml
58
62