svn commit: r230806 - stable/9/share/man/man9
Konstantin Belousov
kib at FreeBSD.org
Tue Jan 31 11:00:34 UTC 2012
Author: kib
Date: Tue Jan 31 11:00:33 2012
New Revision: 230806
URL: http://svn.freebsd.org/changeset/base/230806
Log:
MFC r227698:
Update the manpage for r227697.
Modified:
stable/9/share/man/man9/VOP_VPTOCNP.9
Directory Properties:
stable/9/share/man/man9/ (props changed)
Modified: stable/9/share/man/man9/VOP_VPTOCNP.9
==============================================================================
--- stable/9/share/man/man9/VOP_VPTOCNP.9 Tue Jan 31 10:46:51 2012 (r230805)
+++ stable/9/share/man/man9/VOP_VPTOCNP.9 Tue Jan 31 11:00:33 2012 (r230806)
@@ -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
More information about the svn-src-stable-9
mailing list