diff options
author | brueffer <brueffer@FreeBSD.org> | 2008-01-10 19:11:37 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2008-01-10 19:11:37 +0000 |
commit | 7acb3fd07e9f09b47978471894460fef5cd32e1f (patch) | |
tree | d6dac51723ea001cb59bcabe94d37ddbee6839ad | |
parent | 951f756a2b461d2f96020c225acf6aff6078af97 (diff) | |
download | FreeBSD-src-7acb3fd07e9f09b47978471894460fef5cd32e1f.zip FreeBSD-src-7acb3fd07e9f09b47978471894460fef5cd32e1f.tar.gz |
Removed a contraction.
-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. |