From c68977accb5b00f2aa54864c5f7c4715606e428c Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 15 Jan 2005 12:21:03 +0000 Subject: Fixed markup bug. --- lib/libc/posix1e/acl_valid.3 | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) (limited to 'lib/libc/posix1e') diff --git a/lib/libc/posix1e/acl_valid.3 b/lib/libc/posix1e/acl_valid.3 index e525db6..83f7746 100644 --- a/lib/libc/posix1e/acl_valid.3 +++ b/lib/libc/posix1e/acl_valid.3 @@ -74,20 +74,32 @@ will follow the symlink if the specified path is to a symlink, will not. .Pp For POSIX.1e semantics, the checks include: -.Bd -literal -offset indent -The three required entries (ACL_USER_OBJ, ACL_GROUP_OBJ, -and ACL_OTHER) shall exist exactly once in the ACL. If -the ACL contains any ACL_USER, ACL_GROUP, or any other +.Bl -bullet +.It +The three required entries +.Dv ( ACL_USER_OBJ , ACL_GROUP_OBJ , +and +.Dv ACL_OTHER ) +shall exist exactly once in the ACL. +If the ACL contains any +.Dv ACL_USER , ACL_GROUP , +or any other implementation-defined entries in the file group class -then one ACL_MASK entry shall also be required. The ACL -shall contain at most on ACL_MASK entry. -.Pp +then one +.Dv ACL_MASK +entry shall also be required. +The ACL shall contain at most one +.Dv ACL_MASK +entry. +.It The qualifier field shall be unique among all entries of -the same POSIX.1e ACL facility defined tag type. The +the same POSIX.1e ACL facility defined tag type. +The tag type field shall contain valid values including any -implementation-defined values. Validation of the values +implementation-defined values. +Validation of the values of the qualifier field is implementation-defined. -.Ed +.El .Pp The POSIX.1e .Fn acl_valid -- cgit v1.1