diff options
Diffstat (limited to 'share/man/man9/vrecycle.9')
-rw-r--r-- | share/man/man9/vrecycle.9 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man9/vrecycle.9 b/share/man/man9/vrecycle.9 index ab491091b5c..f80713ab414 100644 --- a/share/man/man9/vrecycle.9 +++ b/share/man/man9/vrecycle.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vrecycle.9,v 1.1 2002/02/28 19:22:05 csapuntz Exp $ +.\" $OpenBSD: vrecycle.9,v 1.2 2002/05/28 09:07:07 mpech Exp $ .\"- .\" Copyright (c) 2002 Peter Werner .\" All rights reserved. @@ -47,15 +47,16 @@ function places a vnode .Fa vp on the free list using .Xr vgonel 9 -if its v_usecount field is zero. If the usecount is not zero it simply -returns. If its usecount is zero and an interlock +if its v_usecount field is zero. +If the usecount is not zero it simply returns. +If its usecount is zero and an interlock .Fa inter_lkp was passed, this will be unlocked before calling .Xr vgonel 9 . .Sh RETURN VALUES .Fn vrecycle -will return 1 if the vnode was placed on the free list. It will return 0 if -the usecount was not zero, and any lock passed in +will return 1 if the vnode was placed on the free list. +It will return 0 if the usecount was not zero, and any lock passed in .Fa inter_lkp will still be locked. .Sh SEE ALSO |