summaryrefslogtreecommitdiffstats
path: root/share/man/man9/acl.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-29 17:45:44 +0000
committerru <ru@FreeBSD.org>2002-05-29 17:45:44 +0000
commite5cbcedc3edca0bc48c3a9827983cdd52a395c04 (patch)
tree79c97f43c9914c5119841bdcddf41442283c8a3a /share/man/man9/acl.9
parentbe46d62cfe30fd0473453b5d7dec56bb23274079 (diff)
downloadFreeBSD-src-e5cbcedc3edca0bc48c3a9827983cdd52a395c04.zip
FreeBSD-src-e5cbcedc3edca0bc48c3a9827983cdd52a395c04.tar.gz
mdoc(7) police: markup nits.
Diffstat (limited to 'share/man/man9/acl.9')
-rw-r--r--share/man/man9/acl.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/acl.9 b/share/man/man9/acl.9
index 9c25c4e..0a61575 100644
--- a/share/man/man9/acl.9
+++ b/share/man/man9/acl.9
@@ -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
OpenPOWER on IntegriCloud