summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_CREATE.9
diff options
context:
space:
mode:
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 f368850..3eb1a44 100644
--- a/share/man/man9/VOP_CREATE.9
+++ b/share/man/man9/VOP_CREATE.9
@@ -56,15 +56,15 @@ in a given directory.
The arguments are:
.Bl -tag -width target
.It Fa dvp
-the locked vnode of the directory
+The locked vnode of the directory.
.It Fa vpp
-the address of a variable where the resulting locked vnode should be stored
+The address of a variable where the resulting locked vnode should be stored.
.It Fa cnp
-the pathname component created
+The pathname component created.
.It Fa vap
-the attributes that the new object should be created with
+The attributes that the new object should be created with.
.It Fa target
-the pathname of the target of the symlink
+The pathname of the target of the symlink.
.El
.Pp
These entry points are called after
OpenPOWER on IntegriCloud