reference/posix/functions/posix-fpathconf.xml
8d417bd83842efbde90dbb51c31f99f474437ce4
...
...
@@ -13,7 +13,8 @@
13
13
<methodparam><type>int</type><parameter>name</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
-
Returns the value of a configurable limit from <parameter>name</parameter> for a file descriptor <parameter>resource</parameter>
16
+
Returns the value of a configurable limit from <parameter>name</parameter>
17
+
for <parameter>file_descriptor</parameter>.
17
18
</para>
18
19
</refsect1>
19
20

...
...
@@ -27,11 +28,11 @@
27
28
<listitem>
28
29
<para>
29
30
The name of the configurable limit, one of the following.
30
-
<constant>POSIX_PC_LINK_MAX</constant>, <constant>POSIX_PC_MAX_CANON</constant>
31
-
<constant>POSIX_PC_MAX_INPUT</constant>, <constant>POSIX_PC_NAME_MAX</constant>
32
-
<constant>POSIX_PC_PATH_MAX</constant>, <constant>POSIX_PC_PIPE_BUF</constant>
33
-
<constant>POSIX_PC_CHOWN_RESTRICTED</constant>, <constant>POSIX_PC_NO_TRUNC</constant>
34
-
<constant>POSIX_PC_ALLOC_SIZE_MIN</constant>, <constant>POSIX_PC_SYMLINK_MAX</constant>
31
+
<constant>POSIX_PC_LINK_MAX</constant>, <constant>POSIX_PC_MAX_CANON</constant>,
32
+
<constant>POSIX_PC_MAX_INPUT</constant>, <constant>POSIX_PC_NAME_MAX</constant>,
33
+
<constant>POSIX_PC_PATH_MAX</constant>, <constant>POSIX_PC_PIPE_BUF</constant>,
34
+
<constant>POSIX_PC_CHOWN_RESTRICTED</constant>, <constant>POSIX_PC_NO_TRUNC</constant>,
35
+
<constant>POSIX_PC_ALLOC_SIZE_MIN</constant>, <constant>POSIX_PC_SYMLINK_MAX</constant>.
35
36
</para>
36
37
</listitem>
37
38
</varlistentry>
...
...
@@ -79,10 +80,6 @@ echo posix_fpathconf($fd, POSIX_PC_PATH_MAX);
79
80
</example>
80
81
</refsect1>
81
82

82
-
<refsect1 role="notes">
83
-
&reftitle.notes;
84
-
</refsect1>
85
-

86
83
<refsect1 role="seealso">
87
84
&reftitle.seealso;
88
85
<simplelist>
89
86