mdoc style cleanup

Submitted by:	  Mike Pritchard <mpp@FreeBSD.ORG>
This commit is contained in:
Matthew Dillon 1999-09-25 17:21:21 +00:00
parent e55373e21c
commit 87b0140cdf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51656

View File

@ -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