Mdoc Janitor:

* Make use of .Xr for vput() and vrele() functions.

  * Reword (s/man/manual) in AUTHORS section.
This commit is contained in:
Hiten Pandya 2003-10-23 03:52:07 +00:00
parent 537db6f8b0
commit 2cb869e075

View file

@ -62,14 +62,14 @@ pathname information about the file's new name
The source directory and file are unlocked but are expected to have their
ref count bumped on entry.
The VOP routine is expected to
.Fn vrele
.Xr vrele 9
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
.Fn vput
.Xr vput 9
both prior to
returning.
.Sh PSEUDOCODE
@ -312,5 +312,5 @@ An attempt was made to remove a directory which is not empty.
.Sh SEE ALSO
.Xr vnode 9
.Sh AUTHORS
This man page was written by
This manual page was written by
.An Doug Rabson .