Typo.
This commit is contained in:
parent
e49323e509
commit
5ba5e6b230
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: vnsubr.9,v 1.24 2006/01/29 03:09:19 rpaulo Exp $
|
.\" $NetBSD: vnsubr.9,v 1.25 2006/03/04 20:34:08 rumble Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -159,7 +159,7 @@ If the operation is successful zero is returned, otherwise an
|
||||||
appropriate error code is returned.
|
appropriate error code is returned.
|
||||||
The vnode interlock
|
The vnode interlock
|
||||||
.Em v_interlock
|
.Em v_interlock
|
||||||
is releases on return.
|
is released on return.
|
||||||
.Pp
|
.Pp
|
||||||
.Fn vn_lock
|
.Fn vn_lock
|
||||||
must not be called when the vnode's reference count is zero.
|
must not be called when the vnode's reference count is zero.
|
||||||
|
|
Loading…
Reference in New Issue