Index: acl_get.3 =================================================================== --- acl_get.3 (revision 192586) +++ acl_get.3 (working copy) @@ -91,6 +91,15 @@ .Va fd . The ACL in the working storage shall not participate in any access control decisions. +.Pp +Valid values for the +.Va type +argument are: +.Pp +.Bd -literal -offset indent -compact +ACL_TYPE_ACCESS POSIX.1e access ACL +ACL_TYPE_DEFAULT POSIX.1e default ACL +.Ed .Sh IMPLEMENTATION NOTES .Fx Ns 's support for POSIX.1e interfaces and features is still under Index: acl_set_tag_type.3 =================================================================== --- acl_set_tag_type.3 (revision 192586) +++ acl_set_tag_type.3 (working copy) @@ -46,6 +46,18 @@ .Fa entry_d to the value of .Fa tag_type . +.Pp +Valid values are: +.Pp +.Bd -literal -offset indent -compact +ACL_USER_OBJ Permissions apply to file owner +ACL_USER Permissions apply to user specified by qualifier +ACL_GROUP_OBJ Permissions apply to file owning group +ACL_GROUP Permissions apply to group specified by qualifier +ACL_MASK Permissions specify mask +ACL_OTHER Permissions apply to "other" +ACL_OTHER_OBJ Same as ACL_OTHER +.Ed .Sh RETURN VALUES .Rv -std acl_set_tag_type .Sh ERRORS Index: acl_set.3 =================================================================== --- acl_set.3 (revision 192586) +++ acl_set.3 (working copy) @@ -75,6 +75,15 @@ .Fn acl_set_link_np function acts on a symlink rather than its target, if the target of the path is a symlink. +.Pp +Valid values for the +.Va type +argument are: +.Pp +.Bd -literal -offset indent -compact +ACL_TYPE_ACCESS POSIX.1e access ACL +ACL_TYPE_DEFAULT POSIX.1e default ACL +.Ed .Sh IMPLEMENTATION NOTES .Fx Ns 's support for POSIX.1e interfaces and features is still under Index: acl_add_perm.3 =================================================================== --- acl_add_perm.3 (revision 192586) +++ acl_add_perm.3 (working copy) @@ -49,6 +49,14 @@ .Pp Note: it is not considered an error to attempt to add permissions that already exist in the permission set. +.Pp +For POSIX.1e ACLs, valid values are: +.Pp +.Bd -literal -offset indent -compact +ACL_EXECUTE Execute permission +ACL_WRITE Write permission +ACL_READ Read permission +.Ed .Sh RETURN VALUES .Rv -std acl_add_perm .Sh ERRORS Index: acl.3 =================================================================== --- acl.3 (revision 192586) +++ acl.3 (working copy) @@ -48,7 +48,7 @@ and validate ACLs associated with file objects. As well as the POSIX.1e routines, there are a number of non-portable extensions defined that allow for alternative ACL semantics than the -POSIX.1e semantics, such as AFS, NTFS, Coda, and NWFS semantics. +POSIX.1e semantics, such as NFSv4, AFS, NTFS, Coda, and NWFS semantics. Where routines are non-standard, they are suffixed with _np to indicate that they are not portable. .Pp