Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Fix locking info for VOP_RECLAIM.



details:   https://anonhg.NetBSD.org/src/rev/628ab751cc78
branches:  trunk
changeset: 827947:628ab751cc78
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 19 21:06:10 2017 +0000

description:
Fix locking info for VOP_RECLAIM.

diffstat:

 share/man/man9/vnodeops.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7fa3db8dc702 -r 628ab751cc78 share/man/man9/vnodeops.9
--- a/share/man/man9/vnodeops.9 Sun Nov 19 21:05:26 2017 +0000
+++ b/share/man/man9/vnodeops.9 Sun Nov 19 21:06:10 2017 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index