diff options
author | 2007-01-16 17:52:58 +0000 | |
---|---|---|
committer | 2007-01-16 17:52:58 +0000 | |
commit | a8b80425fd2f94c5b95c30e9283df5d63f890497 (patch) | |
tree | dbd463640f757de5fdf94d7fc8727384d8f39f77 | |
parent | Retire VOP_LEASE(); It was a bit for NQNFS and has (diff) | |
download | wireguard-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.9 | 11 |
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 . |