summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_RENAME.9
diff options
context:
space:
mode:
authorhmp <hmp@FreeBSD.org>2003-05-31 14:07:25 +0000
committerhmp <hmp@FreeBSD.org>2003-05-31 14:07:25 +0000
commit5d71788a056bfdb2b7446be7e42b64371485657f (patch)
tree699677a7aafb30afb978e6dbdfaeb7e00df0b977 /share/man/man9/VOP_RENAME.9
parentf2f79e8c3fd78874b7ac71ce17f19bb9f33d3061 (diff)
downloadFreeBSD-src-5d71788a056bfdb2b7446be7e42b64371485657f.zip
FreeBSD-src-5d71788a056bfdb2b7446be7e42b64371485657f.tar.gz
Some mdoc(7) fixes:
Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately. The .Ar mdoc(7) specifier should only be used when displaying command line arguments. Approved by: des (mentor)
Diffstat (limited to 'share/man/man9/VOP_RENAME.9')
-rw-r--r--share/man/man9/VOP_RENAME.912
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man9/VOP_RENAME.9 b/share/man/man9/VOP_RENAME.9
index a3c3546..07191e4 100644
--- a/share/man/man9/VOP_RENAME.9
+++ b/share/man/man9/VOP_RENAME.9
@@ -45,17 +45,17 @@ If the destination object exists, it will be removed first.
.Pp
Its arguments are:
.Bl -tag -width fdvp
-.It Ar fdvp
+.It Fa fdvp
the vnode of the old parent directory
-.It Ar fvp
+.It Fa fvp
the vnode of the file to be renamed
-.It Ar fcnp
+.It Fa fcnp
pathname information about the file's current name
-.It Ar tdvp
+.It Fa tdvp
the vnode of the new parent directory
-.It Ar tvp
+.It Fa tvp
the vnode of the target file (if it exists)
-.It Ar tcnp
+.It Fa tcnp
pathname information about the file's new name
.El
.Sh LOCKS
OpenPOWER on IntegriCloud