summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-15 12:21:03 +0000
committerru <ru@FreeBSD.org>2005-01-15 12:21:03 +0000
commitc68977accb5b00f2aa54864c5f7c4715606e428c (patch)
tree6d1adcdd8002c02312e504b37c00a76878d34114 /lib
parent363d029560e5b0ad6969ac5913e1f57c28ca1660 (diff)
downloadFreeBSD-src-c68977accb5b00f2aa54864c5f7c4715606e428c.zip
FreeBSD-src-c68977accb5b00f2aa54864c5f7c4715606e428c.tar.gz
Fixed markup bug.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/posix1e/acl_valid.332
1 files changed, 22 insertions, 10 deletions
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
OpenPOWER on IntegriCloud