mdoc(7) police: markup nits.

This commit is contained in:
Ruslan Ermilov 2002-05-29 17:45:44 +00:00
parent 2b8a42d55c
commit 3f640b03b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97491

View file

@ -71,13 +71,13 @@ and principal identifier.
Each individual ACL entry is of the type Each individual ACL entry is of the type
.Vt acl_entry_t , .Vt acl_entry_t ,
which is a structure with the following members: which is a structure with the following members:
.Bl -tag -width 18 .Bl -tag -width 2n
.It Vt acl_tag_t Va ae_tag .It Vt acl_tag_t Va ae_tag
The following is a list of definitions of ACL types The following is a list of definitions of ACL types
to be set in to be set in
.Va ae_tag : .Va ae_tag :
.Pp .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 .It Dv ACL_UNDEFINED_FIELD
Undefined ACL type. Undefined ACL type.
.It Dv ACL_USER_OBJ .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 .It Vt acl_perm_t Va ae_perm
This field defines what kind of access the process matching this ACL has This field defines what kind of access the process matching this ACL has
for accessing the associated file. for accessing the associated file.
.Bl -tag -width ACL_POSIX1E_BITS .Bl -tag -width ".Dv ACL_POSIX1E_BITS"
.It Dv ACL_EXECUTE .It Dv ACL_EXECUTE
The process may execute the associated file. The process may execute the associated file.
.It Dv ACL_WRITE .It Dv ACL_WRITE
@ -198,9 +198,9 @@ typedef struct acl_t_struct *acl_t;
.Ed .Ed
.Sh SEE ALSO .Sh SEE ALSO
.Xr acl 3 , .Xr acl 3 ,
.Xr vnaccess 9 ,
.Xr vaccess_acl_posix1e 9 , .Xr vaccess_acl_posix1e 9 ,
.Xr VFS 9 , .Xr VFS 9 ,
.Xr vnaccess 9 ,
.Xr VOP_ACLCHECK 9 , .Xr VOP_ACLCHECK 9 ,
.Xr VOP_GETACL 9 , .Xr VOP_GETACL 9 ,
.Xr VOP_SETACL 9 .Xr VOP_SETACL 9