summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_IOCTL.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/VOP_IOCTL.9')
-rw-r--r--share/man/man9/VOP_IOCTL.912
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man9/VOP_IOCTL.9 b/share/man/man9/VOP_IOCTL.9
index a25e441..1ea2482 100644
--- a/share/man/man9/VOP_IOCTL.9
+++ b/share/man/man9/VOP_IOCTL.9
@@ -45,17 +45,17 @@ Manipulate a file in device dependent ways.
Its arguments are:
.Bl -tag -width command
.It Fa vp
-the vnode of the file (normally representing a device)
+The vnode of the file (normally representing a device).
.It Fa command
-the device specific operation to perform
+The device specific operation to perform.
.It Fa cnp
-extra data for the specified operation
+Extra data for the specified operation.
.It Fa fflag
-some flags ???
+Some flags ???
.It Fa cred
-the caller's credentials
+The caller's credentials.
.It Fa td
-the calling thread
+The calling thread.
.El
.Pp
Most file systems do not implement this entry point.
OpenPOWER on IntegriCloud