summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_ACLCHECK.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-28 10:43:05 +0000
committerru <ru@FreeBSD.org>2005-01-28 10:43:05 +0000
commit2e897984596878596fc73da7c0812eacf42d9a1f (patch)
treeacdfe06653d772ba3e3cf286ade348e8336ffa0e /share/man/man9/VOP_ACLCHECK.9
parent9b1a8ec7bf2e28c5ce416bea40eb8a47b74b09ef (diff)
downloadFreeBSD-src-2e897984596878596fc73da7c0812eacf42d9a1f.zip
FreeBSD-src-2e897984596878596fc73da7c0812eacf42d9a1f.tar.gz
Mark lists as in the rest of section 9 manpages.
Submitted by: Joel Dahl (mostly)
Diffstat (limited to 'share/man/man9/VOP_ACLCHECK.9')
-rw-r--r--share/man/man9/VOP_ACLCHECK.910
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/VOP_ACLCHECK.9 b/share/man/man9/VOP_ACLCHECK.9
index a527189..28e22be 100644
--- a/share/man/man9/VOP_ACLCHECK.9
+++ b/share/man/man9/VOP_ACLCHECK.9
@@ -44,15 +44,15 @@ control list (ACL) for a particular file or directory.
Its arguments are:
.Bl -tag -width type
.It Fa vp
-the vnode of the file or directory
+The vnode of the file or directory.
.It Fa type
-the type of ACL to check
+The type of ACL to check.
.It Fa aclp
-a pointer to an ACL structure from which to retrieve the ACL data
+A pointer to an ACL structure from which to retrieve the ACL data.
.It Fa cred
-the user credentials to use in authorizing the request
+The user credentials to use in authorizing the request.
.It Fa td
-the thread checking the ACL
+The thread checking the ACL.
.El
.Pp
The
OpenPOWER on IntegriCloud