summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_RENAME.9
diff options
context:
space:
mode:
authorhmp <hmp@FreeBSD.org>2003-10-23 03:52:07 +0000
committerhmp <hmp@FreeBSD.org>2003-10-23 03:52:07 +0000
commit4bf3d6ab8d95829b9eb1b61376037ab0fccf3c74 (patch)
tree00a37ecc786cfcdd6811bbcbb996c99820227f86 /share/man/man9/VOP_RENAME.9
parent85e50985be82bf6190e7671860fa39c43c4c2920 (diff)
downloadFreeBSD-src-4bf3d6ab8d95829b9eb1b61376037ab0fccf3c74.zip
FreeBSD-src-4bf3d6ab8d95829b9eb1b61376037ab0fccf3c74.tar.gz
Mdoc Janitor:
* Make use of .Xr for vput() and vrele() functions. * Reword (s/man/manual) in AUTHORS section.
Diffstat (limited to 'share/man/man9/VOP_RENAME.9')
-rw-r--r--share/man/man9/VOP_RENAME.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VOP_RENAME.9 b/share/man/man9/VOP_RENAME.9
index a0b71a0..bd18e87 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 .
OpenPOWER on IntegriCloud