Index: pathconf.2 =================================================================== RCS file: /home/ncvs/src/lib/libc/sys/pathconf.2,v retrieving revision 1.10 diff -u -r1.10 pathconf.2 --- pathconf.2 2001/10/01 16:09:02 1.10 +++ pathconf.2 2002/10/27 02:41:03 @@ -98,6 +98,27 @@ .It Li _PC_VDISABLE Returns the terminal character disabling value. .El +.Sh POSIX IEEE 1003.1e Variables +.Bl -tag -width 6n +.Pp +.It Li _PC_ACL_EXTENDED +Return a value greater than zero if POSIX extended Access Control Lists are +supported, otherwise 0. +.It Li _PC_ACL_PATH_MAX +The maximum number of ACL entries permitted. +If _PC_ACL_EXTENDED is greater than 0, then this value will be 16 +or greater. +If _PC_ACL_EXTENDED is 0, then this value shall be 3. +.It Li _PC_CAP_PRESENT +Return a value greater than 0 if POSIX File Capability extensions are +supported, otherwise 0. +.It Li _PC_INF_PRESENT +Return a value greater than 0 if POSIX Information Label functions that set +the Information Label are supported, otherwise 0. +.It Li _PC_MAC_PRESENT +Return a value greater than 0 if POSIX Mandatory Access Control functions +that set the MAC label are supported, otherwise 0. +.El .Sh RETURN VALUES If the call to .Fn pathconf @@ -157,6 +178,7 @@ An I/O error occurred while reading from or writing to the file system. .El .Sh SEE ALSO +.Xr posix1e 3 , .Xr sysctl 3 .Sh HISTORY The