reference/posix/functions/posix-pathconf.xml
8d417bd83842efbde90dbb51c31f99f474437ce4
...
...
@@ -14,7 +14,7 @@
14
14
</methodsynopsis>
15
15
&warn.undocumented.func;
16
16
<para>
17
-
Returns the value of a configurable limit from <parameter>name</parameter> for a <parameter>file</parameter>
17
+
Returns the value of a configurable limit from <parameter>name</parameter> for a <parameter>path</parameter>
18
18
</para>
19
19
</refsect1>
20
20

...
...
@@ -35,11 +35,11 @@
35
35
<listitem>
36
36
<para>
37
37
The name of the configurable limit, one of the following.
38
-
<constant>POSIX_PC_LINK_MAX</constant>, <constant>POSIX_PC_MAX_CANON</constant>
39
-
<constant>POSIX_PC_MAX_INPUT</constant>, <constant>POSIX_PC_NAME_MAX</constant>
40
-
<constant>POSIX_PC_PATH_MAX</constant>, <constant>POSIX_PC_PIPE_BUF</constant>
41
-
<constant>POSIX_PC_CHOWN_RESTRICTED</constant>, <constant>POSIX_PC_NO_TRUNC</constant>
42
-
<constant>POSIX_PC_ALLOC_SIZE_MIN</constant>, <constant>POSIX_PC_SYMLINK_MAX</constant>
38
+
<constant>POSIX_PC_LINK_MAX</constant>, <constant>POSIX_PC_MAX_CANON</constant>,
39
+
<constant>POSIX_PC_MAX_INPUT</constant>, <constant>POSIX_PC_NAME_MAX</constant>,
40
+
<constant>POSIX_PC_PATH_MAX</constant>, <constant>POSIX_PC_PIPE_BUF</constant>,
41
+
<constant>POSIX_PC_CHOWN_RESTRICTED</constant>, <constant>POSIX_PC_NO_TRUNC</constant>,
42
+
<constant>POSIX_PC_ALLOC_SIZE_MIN</constant>, <constant>POSIX_PC_SYMLINK_MAX</constant>.
43
43
</para>
44
44
</listitem>
45
45
</varlistentry>
...
...
@@ -86,10 +86,6 @@ echo posix_pathconf(sys_get_temp_dir(), POSIX_PC_PATH_MAX);
86
86
</example>
87
87
</refsect1>
88
88

89
-
<refsect1 role="notes">
90
-
&reftitle.notes;
91
-
</refsect1>
92
-

93
89
<refsect1 role="seealso">
94
90
&reftitle.seealso;
95
91
<simplelist>
96
92