Module Name: src
Committed By: christos
Date: Sun Nov 19 21:06:10 UTC 2017
Modified Files:
src/share/man/man9: vnodeops.9
Log Message:
Fix locking info for VOP_RECLAIM.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/share/man/man9/vnodeops.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/vnodeops.9
diff -u src/share/man/man9/vnodeops.9:1.99 src/share/man/man9/vnodeops.9:1.100
--- src/share/man/man9/vnodeops.9:1.99 Mon Jul 3 17:28:48 2017
+++ src/share/man/man9/vnodeops.9 Sun Nov 19 16:06:10 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: vnodeops.9,v 1.99 2017/07/03 21:28:48 wiz Exp $
+.\" $NetBSD: vnodeops.9,v 1.100 2017/11/19 21:06:10 christos Exp $
.\"
.\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd April 11, 2017
+.Dd November 19, 2017
.Dt VNODEOPS 9
.Os
.Sh NAME
@@ -1116,7 +1116,7 @@ If the operation is successful zero is r
appropriate error code is returned.
The vnode
.Fa vp
-should not be locked on entry, and will remain unlocked on return.
+should be locked on entry, and will be returned unlocked.
.It Fn VOP_LOCK "vp" "flags"
Sleep until vnode lock is free.
The argument