Add missing parameter description.

This commit is contained in:
trasz 2009-12-02 18:11:14 +00:00
parent fe87d5a624
commit 3173e1cb39

View File

@ -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