diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-07-21 07:54:34 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-07-21 07:54:34 +0000 |
commit | aa36f08840d915ee63ffbe203991ac25a68356a3 (patch) | |
tree | ae7f1e5d9738c48d786f53a1b132e1bcc8d37e11 | |
parent | 98e78109d6524b3fd398c2a677f19294b03918b0 (diff) |
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 |