mdoc(7) police: markup nits.
This commit is contained in:
parent
be46d62cfe
commit
e5cbcedc3e
@ -71,13 +71,13 @@ and principal identifier.
|
||||
Each individual ACL entry is of the type
|
||||
.Vt acl_entry_t ,
|
||||
which is a structure with the following members:
|
||||
.Bl -tag -width 18
|
||||
.Bl -tag -width 2n
|
||||
.It Vt acl_tag_t Va ae_tag
|
||||
The following is a list of definitions of ACL types
|
||||
to be set in
|
||||
.Va ae_tag :
|
||||
.Pp
|
||||
.Bl -tag -width ACL_UNDEFINED_FIELD -offset indent -compact
|
||||
.Bl -tag -width ".Dv ACL_UNDEFINED_FIELD" -offset indent -compact
|
||||
.It Dv ACL_UNDEFINED_FIELD
|
||||
Undefined ACL type.
|
||||
.It Dv ACL_USER_OBJ
|
||||
@ -123,7 +123,7 @@ The ID of user for whom this ACL describes access permissions.
|
||||
.It Vt acl_perm_t Va ae_perm
|
||||
This field defines what kind of access the process matching this ACL has
|
||||
for accessing the associated file.
|
||||
.Bl -tag -width ACL_POSIX1E_BITS
|
||||
.Bl -tag -width ".Dv ACL_POSIX1E_BITS"
|
||||
.It Dv ACL_EXECUTE
|
||||
The process may execute the associated file.
|
||||
.It Dv ACL_WRITE
|
||||
@ -198,9 +198,9 @@ typedef struct acl_t_struct *acl_t;
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Xr acl 3 ,
|
||||
.Xr vnaccess 9 ,
|
||||
.Xr vaccess_acl_posix1e 9 ,
|
||||
.Xr VFS 9 ,
|
||||
.Xr vnaccess 9 ,
|
||||
.Xr VOP_ACLCHECK 9 ,
|
||||
.Xr VOP_GETACL 9 ,
|
||||
.Xr VOP_SETACL 9
|
||||
|
Loading…
Reference in New Issue
Block a user