summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-12-23 17:24:40 +0000
committerbde <bde@FreeBSD.org>1999-12-23 17:24:40 +0000
commit3433c755defe7c31888f211dc1ce3d29529f68eb (patch)
treef6c938b45782167753826332c0dcddd181392c55
parent49e08120f6d75e003734ba24020753c9aa6aa44b (diff)
downloadFreeBSD-src-3433c755defe7c31888f211dc1ce3d29529f68eb.zip
FreeBSD-src-3433c755defe7c31888f211dc1ce3d29529f68eb.tar.gz
Fixed missing #includes in synopsis.
-rw-r--r--share/man/man9/VOP_LEASE.92
1 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man9/VOP_LEASE.9 b/share/man/man9/VOP_LEASE.9
index 115c798..3e4981a 100644
--- a/share/man/man9/VOP_LEASE.9
+++ b/share/man/man9/VOP_LEASE.9
@@ -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
OpenPOWER on IntegriCloud