Add missing parameter description.

This commit is contained in:
Edward Tomasz Napierala 2009-12-02 18:11:14 +00:00
parent 92bd961f62
commit 4cbe4bf979

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