diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-03-12 20:41:31 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-03-12 20:41:31 +0000 |
commit | ecb5b8d429775164085f46f5a6243fca953a8dad (patch) | |
tree | 42c7cf42362ceede6cac159deb39a76c7a4097e9 /share | |
parent | 14e969b705e70fddba0193246802558b1b85f7fc (diff) |
actually, vput always unlocks the vnode
ok costa@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/vput.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/vput.9 b/share/man/man9/vput.9 index 4f901fcce54..1a11487fc5d 100644 --- a/share/man/man9/vput.9 +++ b/share/man/man9/vput.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vput.9,v 1.1 2002/02/28 19:22:05 csapuntz Exp $ +.\" $OpenBSD: vput.9,v 1.2 2003/03/12 20:41:30 tedu Exp $ .\" -*- nroff -*- .\" .\" Copyright (c) 1996 Doug Rabson @@ -43,7 +43,7 @@ .Sh DESCRIPTION Decrement the .Dv v_usecount -field of a vnode and unlock the vnode if the usecount drops to zero +field of a vnode and unlock the vnode .Bl -tag -width 2n .It Ar vp the vnode to decrement |