aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/VOP_GETACL.9
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-28 10:43:05 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-28 10:43:05 +0000
commit0a57ea7df24d23c69c2740cf86d8bff7553555e6 (patch)
treeacdfe06653d772ba3e3cf286ade348e8336ffa0e /share/man/man9/VOP_GETACL.9
parent7146d6cb3e9b88a881f8133cb98106feb39a1f44 (diff)
downloadsrc-0a57ea7df24d23c69c2740cf86d8bff7553555e6.tar.gz
src-0a57ea7df24d23c69c2740cf86d8bff7553555e6.zip
Mark lists as in the rest of section 9 manpages.
Submitted by: Joel Dahl (mostly)
Notes
Notes: svn path=/head/; revision=140931
Diffstat (limited to 'share/man/man9/VOP_GETACL.9')
-rw-r--r--share/man/man9/VOP_GETACL.910
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/VOP_GETACL.9 b/share/man/man9/VOP_GETACL.9
index c9dbf7f29874..71cc09444794 100644
--- a/share/man/man9/VOP_GETACL.9
+++ b/share/man/man9/VOP_GETACL.9
@@ -44,15 +44,15 @@ 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 retrieve
+The type of ACL to retrieve.
.It Fa aclp
-a pointer to an ACL structure to receive the ACL data
+A pointer to an ACL structure to receive 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 requesting the ACL
+The thread requesting the ACL.
.El
.Pp
The