aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/VOP_CREATE.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_CREATE.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_CREATE.9')
-rw-r--r--share/man/man9/VOP_CREATE.910
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/VOP_CREATE.9 b/share/man/man9/VOP_CREATE.9
index 558adac23c03..c02ecbb27590 100644
--- a/share/man/man9/VOP_CREATE.9
+++ b/share/man/man9/VOP_CREATE.9
@@ -55,15 +55,15 @@ in a given directory.
.Pp
The arguments are:
.Bl -tag -width target
-.It Ar dvp
+.It Fa dvp
the locked vnode of the directory
-.It Ar vpp
+.It Fa vpp
the address of a variable where the resulting locked vnode should be stored
-.It Ar cnp
+.It Fa cnp
the pathname component created
-.It Ar vap
+.It Fa vap
the attributes that the new object should be created with
-.It Ar target
+.It Fa target
the pathname of the target of the symlink
.El
.Pp