diff options
author | 2003-03-12 20:41:30 +0000 | |
---|---|---|
committer | 2003-03-12 20:41:30 +0000 | |
commit | dea1fc05bad7dbcc838a9d9f1a7aaeb446df30e4 (patch) | |
tree | 62c09fa6a7a09b8b96915a6e3a56354bb5da5dc7 | |
parent | more .Li (diff) | |
download | wireguard-openbsd-dea1fc05bad7dbcc838a9d9f1a7aaeb446df30e4.tar.xz wireguard-openbsd-dea1fc05bad7dbcc838a9d9f1a7aaeb446df30e4.zip |
actually, vput always unlocks the vnode
ok costa@
-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 |