diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/vhold.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/vhold.9 b/share/man/man9/vhold.9 index 2bd6a2c..e2f985c 100644 --- a/share/man/man9/vhold.9 +++ b/share/man/man9/vhold.9 @@ -53,10 +53,10 @@ The function decrements the .Va v_holdcnt of the vnode. -If the holdcount is less than or equal zero prior to calling +If the holdcount is less than or equal to zero prior to calling .Fn vdrop , the system will panic. -If the vnode is no longer referenced, it will freed. +If the vnode is no longer referenced, it will be freed. .Sh SEE ALSO .Xr vbusy 9 , .Xr vfree 9 |