Fixed missing #includes in synopsis.

This commit is contained in:
Bruce Evans 1999-12-23 17:24:40 +00:00
parent 5770fb1361
commit f644d0654b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55048

View File

@ -35,6 +35,8 @@
.Nm VOP_LEASE
.Nd Validates a vnode for a particular set of credentials and operation type
.Sh SYNOPSIS
.Fd #include <sys/param.h>
.Fd #include <sys/mount.h>
.Ft int
.Fn VOP_LEASE "struct vnode *vp" "struct proc *p" "struct ucred *cred" "int type"
.Sh DESCRIPTION