summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_RENAME.9
diff options
context:
space:
mode:
authorhmp <hmp@FreeBSD.org>2003-10-23 02:11:14 +0000
committerhmp <hmp@FreeBSD.org>2003-10-23 02:11:14 +0000
commit909c96e69e234d87987ecbfc63ab2d9e229da679 (patch)
tree49e43cf73e69278da0f6a2bc4b97629211416351 /share/man/man9/VOP_RENAME.9
parent08700a775af8e0a1ea51ff0ef7b16681e29f489a (diff)
downloadFreeBSD-src-909c96e69e234d87987ecbfc63ab2d9e229da679.zip
FreeBSD-src-909c96e69e234d87987ecbfc63ab2d9e229da679.tar.gz
Mdoc Janitor:
* Fix hard sentence breaks in VFS_*(9) and VOP_*(9) manual pages.
Diffstat (limited to 'share/man/man9/VOP_RENAME.9')
-rw-r--r--share/man/man9/VOP_RENAME.96
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man9/VOP_RENAME.9 b/share/man/man9/VOP_RENAME.9
index 07191e4..a0b71a0 100644
--- a/share/man/man9/VOP_RENAME.9
+++ b/share/man/man9/VOP_RENAME.9
@@ -60,13 +60,15 @@ pathname information about the file's new name
.El
.Sh LOCKS
The source directory and file are unlocked but are expected to have their
-ref count bumped on entry. The VOP routine is expected to
+ref count bumped on entry.
+The VOP routine is expected to
.Fn vrele
both prior
to returning.
.Pp
The destination directory and file are locked as well as having their ref
-count bumped. The VOP routine is expected to
+count bumped.
+The VOP routine is expected to
.Fn vput
both prior to
returning.
OpenPOWER on IntegriCloud