From 2cb869e075a9fa311d357d182eacfeb4a30af8a3 Mon Sep 17 00:00:00 2001 From: Hiten Pandya Date: Thu, 23 Oct 2003 03:52:07 +0000 Subject: [PATCH] Mdoc Janitor: * Make use of .Xr for vput() and vrele() functions. * Reword (s/man/manual) in AUTHORS section. --- share/man/man9/VOP_RENAME.9 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man9/VOP_RENAME.9 b/share/man/man9/VOP_RENAME.9 index a0b71a090a0..bd18e875a22 100644 --- a/share/man/man9/VOP_RENAME.9 +++ b/share/man/man9/VOP_RENAME.9 @@ -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 .