summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1999-09-25 17:21:21 +0000
committerdillon <dillon@FreeBSD.org>1999-09-25 17:21:21 +0000
commit86c08984c234813310e7ed79ac8d2df0a9b4521e (patch)
tree1ebacb5daf4ed85b9265d42fd38ef44fc743c082 /share
parente490eec0dd562eaf4905ee1e66a79e3f0d82d2c6 (diff)
downloadFreeBSD-src-86c08984c234813310e7ed79ac8d2df0a9b4521e.zip
FreeBSD-src-86c08984c234813310e7ed79ac8d2df0a9b4521e.tar.gz
mdoc style cleanup
Submitted by: Mike Pritchard <mpp@FreeBSD.ORG>
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/VOP_RENAME.98
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man9/VOP_RENAME.9 b/share/man/man9/VOP_RENAME.9
index bcc5d96..d610a64 100644
--- a/share/man/man9/VOP_RENAME.9
+++ b/share/man/man9/VOP_RENAME.9
@@ -60,11 +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 vrele() both prior
+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 vput() both prior to
+count bumped. The VOP routine is expected to
+.Fn vput
+both prior to
returning.
.Sh PSEUDOCODE
.Bd -literal
OpenPOWER on IntegriCloud