aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2011-11-19 07:52:39 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2011-11-19 07:52:39 +0000
commit46154a3b3be6dd4c8be86ec42b0eafcbe975695d (patch)
tree64d4a3e2ca06b6febdfdf27cb1e84e09b62bc7e3 /share
parentf82360acf23145e78cc79aa66f52061c21d7571a (diff)
downloadsrc-46154a3b3be6dd4c8be86ec42b0eafcbe975695d.tar.gz
src-46154a3b3be6dd4c8be86ec42b0eafcbe975695d.zip
Update the manpage for r227697.
MFC after: 3 weeks
Notes
Notes: svn path=/head/; revision=227698
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/VOP_VPTOCNP.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/VOP_VPTOCNP.9 b/share/man/man9/VOP_VPTOCNP.9
index 6bcbd25d3a9d..f2d5ddc7755e 100644
--- a/share/man/man9/VOP_VPTOCNP.9
+++ b/share/man/man9/VOP_VPTOCNP.9
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 7, 2008
+.Dd November 19, 2011
.Dt VOP_VPTOCNP 9
.Os
.Sh NAME
@@ -65,9 +65,9 @@ is not a directory, then
.Nm
returns ENOENT.
.Sh LOCKS
-The vnode should be locked on entry and will still be locked on exit. The
-parent directory vnode will be unlocked on a successful exit. However, it
-will have its hold count incremented.
+The vnode should be locked on entry and will still be locked on exit.
+The parent directory vnode will be unlocked on a successful exit.
+However, it will have its use count incremented.
.Sh RETURN VALUES
Zero is returned on success, otherwise an error code is returned.
.Sh ERRORS