summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthib <thib@openbsd.org>2007-01-16 17:52:58 +0000
committerthib <thib@openbsd.org>2007-01-16 17:52:58 +0000
commita8b80425fd2f94c5b95c30e9283df5d63f890497 (patch)
treedbd463640f757de5fdf94d7fc8727384d8f39f77
parentRetire VOP_LEASE(); It was a bit for NQNFS and has (diff)
downloadwireguard-openbsd-a8b80425fd2f94c5b95c30e9283df5d63f890497.tar.xz
wireguard-openbsd-a8b80425fd2f94c5b95c30e9283df5d63f890497.zip
Remove commented out references to VOP_LEASE();
ok jmc@ (who pointed this out to me)
-rw-r--r--share/man/man9/VOP_LOOKUP.911
1 files changed, 1 insertions, 10 deletions
diff --git a/share/man/man9/VOP_LOOKUP.9 b/share/man/man9/VOP_LOOKUP.9
index 2782305f64e..7ed0dceac1e 100644
--- a/share/man/man9/VOP_LOOKUP.9
+++ b/share/man/man9/VOP_LOOKUP.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: VOP_LOOKUP.9,v 1.18 2006/10/16 11:27:52 pedro Exp $
+.\" $OpenBSD: VOP_LOOKUP.9,v 1.19 2007/01/16 17:52:58 thib Exp $
.\"
.\" Copyright (c) 2003 Ted Unangst
.\" All rights reserved.
@@ -114,13 +114,6 @@
.Fa "struct vnode *vp"
.Fa "struct knote *kn"
.Fc
-.\" .Ft int
-.\" .Fo VOP_LEASE
-.\" .Fa "struct vnode *vp"
-.\" .Fa "struct proc *p"
-.\" .Fa "struct ucred *cred"
-.\" .Fa "int flag"
-.\" .Fc
.Ft int
.Fo VOP_LINK
.Fa "struct vnode *dvp"
@@ -539,8 +532,6 @@ and
will invoke this operation.
Upon success, zero is returned; otherwise, a non-zero value is returned.
.Pp
-.\" .It Fn VOP_LEASE vp p cred flag
-.\" .Pp
.It Fn VOP_LINK dvp vp cnp
Increase the link count for the vnode
.Fa vp .