summaryrefslogtreecommitdiffstats
path: root/share/man/man9
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2009-12-02 18:11:14 +0000
committertrasz <trasz@FreeBSD.org>2009-12-02 18:11:14 +0000
commit3173e1cb392c60d4c4bfb5b49fc964a76f67dcf3 (patch)
treeb7ca459bc6f7f21fef58806deb3c9505526e7a7e /share/man/man9
parentfe87d5a624a046f9e09b3e96d9340c1a661a8a51 (diff)
downloadFreeBSD-src-3173e1cb392c60d4c4bfb5b49fc964a76f67dcf3.zip
FreeBSD-src-3173e1cb392c60d4c4bfb5b49fc964a76f67dcf3.tar.gz
Add missing parameter description.
Diffstat (limited to 'share/man/man9')
-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 58e601b..7430da7 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
OpenPOWER on IntegriCloud