diff options
author | 2011-07-21 07:54:33 +0000 | |
---|---|---|
committer | 2011-07-21 07:54:33 +0000 | |
commit | 505ad504500d78005a2df3fc166ebb01738d4514 (patch) | |
tree | 0ebc01c27b34bb38213033f8441d34cdf9be775f | |
parent | sundry tweakage; (diff) | |
download | wireguard-openbsd-505ad504500d78005a2df3fc166ebb01738d4514.tar.xz wireguard-openbsd-505ad504500d78005a2df3fc166ebb01738d4514.zip |
no more vnode_if.src;
-rw-r--r-- | share/man/man9/vnsubr.9 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man9/vnsubr.9 b/share/man/man9/vnsubr.9 index 5d70481ed32..62327621a4f 100644 --- a/share/man/man9/vnsubr.9 +++ b/share/man/man9/vnsubr.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vnsubr.9,v 1.9 2009/03/18 18:26:34 blambert Exp $ +.\" $OpenBSD: vnsubr.9,v 1.10 2011/07/21 07:54:33 jmc Exp $ .\" $NetBSD: vnsubr.9,v 1.21 2004/05/25 14:54:56 hannken Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 18 2009 $ +.Dd $Mdocdate: July 21 2011 $ .Dt VNSUBR 9 .Os .Sh NAME @@ -116,9 +116,6 @@ If the operation is successful, zero is returned; otherwise 1 is returned. Acquire the vnode lock. Certain file system operations require that the vnode lock be held when they are called. -See -.Pa sys/kern/vnode_if.src -for more details. .Pp The .Fn vn_lock |