diff options
Diffstat (limited to 'share/man/man9/VOP_LOCK.9')
-rw-r--r-- | share/man/man9/VOP_LOCK.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/VOP_LOCK.9 b/share/man/man9/VOP_LOCK.9 index 78fda97..a0689f5 100644 --- a/share/man/man9/VOP_LOCK.9 +++ b/share/man/man9/VOP_LOCK.9 @@ -111,7 +111,7 @@ to lock a vnode rather than calling .Fn VOP_LOCK directly. .Fn vn_lock -also doesn't want a thread specified as argument but it +also does not want a thread specified as argument but it assumes curthread to be used. .Sh RETURN VALUES Zero is returned on success, otherwise an error is returned. |