aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/VOP_OPENCLOSE.9
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2009-12-02 18:11:14 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2009-12-02 18:11:14 +0000
commit4cbe4bf979923cd4774da1db8c9a8c9bd9a8aa87 (patch)
treeb7ca459bc6f7f21fef58806deb3c9505526e7a7e /share/man/man9/VOP_OPENCLOSE.9
parent92bd961f62037c157558d95d4128d4ed67328aaa (diff)
downloadsrc-4cbe4bf979923cd4774da1db8c9a8c9bd9a8aa87.tar.gz
src-4cbe4bf979923cd4774da1db8c9a8c9bd9a8aa87.zip
Add missing parameter description.
Notes
Notes: svn path=/head/; revision=200042
Diffstat (limited to 'share/man/man9/VOP_OPENCLOSE.9')
-rw-r--r--share/man/man9/VOP_OPENCLOSE.94
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man9/VOP_OPENCLOSE.9 b/share/man/man9/VOP_OPENCLOSE.9
index 58e601b51aa2..7430da70f3ef 100644
--- a/share/man/man9/VOP_OPENCLOSE.9
+++ b/share/man/man9/VOP_OPENCLOSE.9
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 5, 2007
+.Dd December 2, 2009
.Os
.Dt VOP_OPEN 9
.Sh NAME
@@ -55,6 +55,8 @@ The arguments are:
The vnode of the file.
.It Fa mode
The access mode required by the calling process.
+.It Fa cred
+The caller's credentials.
.It Fa td
The thread which is accessing the file.
.It Fa fp