aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/VOP_REMOVE.9
diff options
context:
space:
mode:
authorHiten Pandya <hmp@FreeBSD.org>2003-05-31 14:07:25 +0000
committerHiten Pandya <hmp@FreeBSD.org>2003-05-31 14:07:25 +0000
commit0640e9e01b3e93e057629a848b7870f30427c609 (patch)
tree699677a7aafb30afb978e6dbdfaeb7e00df0b977 /share/man/man9/VOP_REMOVE.9
parentacb9e0f3f677031b651a96575f7f5942a621da54 (diff)
downloadsrc-0640e9e01b3e93e057629a848b7870f30427c609.tar.gz
src-0640e9e01b3e93e057629a848b7870f30427c609.zip
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)
Notes
Notes: svn path=/head/; revision=115440
Diffstat (limited to 'share/man/man9/VOP_REMOVE.9')
-rw-r--r--share/man/man9/VOP_REMOVE.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VOP_REMOVE.9 b/share/man/man9/VOP_REMOVE.9
index 89644570be95..63e40cc99c1f 100644
--- a/share/man/man9/VOP_REMOVE.9
+++ b/share/man/man9/VOP_REMOVE.9
@@ -47,11 +47,11 @@ These entry points remove files and directories respectively.
.Pp
The arguments are:
.Bl -tag -width dvp
-.It Ar dvp
+.It Fa dvp
the vnode of the directory
-.It Ar vp
+.It Fa vp
the vnode of the file to be removed
-.It Ar cnp
+.It Fa cnp
pathname information about the file
.El
.Sh LOCKS