reference/posix/functions/posix-getcwd.xml
f8854f6a6a7907720ed8ec8657a2f466a82c0394
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>string</type><methodname>posix_getcwd</methodname>
12
+
<type class="union"><type>string</type><type>false</type></type><methodname>posix_getcwd</methodname>
13
13
<void/>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -19,6 +19,11 @@
19
19
</para>
20
20
</refsect1>
21
21

22
+
<refsect1 role="parameters">
23
+
&reftitle.parameters;
24
+
&no.function.parameters;
25
+
</refsect1>
26
+

22
27
<refsect1 role="returnvalues">
23
28
&reftitle.returnvalues;
24
29
<para>
...
...
@@ -66,7 +71,6 @@ echo 'My current working directory is '.posix_getcwd();
66
71
</refsect1>
67
72

68
73
</refentry>
69
-

70
74
<!-- Keep this comment at the end of the file
71
75
Local variables:
72
76
mode: sgml
73
77