summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_IOCTL.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_IOCTL.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_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 82b335a..a25e441 100644
--- a/share/man/man9/VOP_IOCTL.9
+++ b/share/man/man9/VOP_IOCTL.9
@@ -44,17 +44,17 @@ Manipulate a file in device dependent ways.
.Pp
Its arguments are:
.Bl -tag -width command
-.It Ar vp
+.It Fa vp
the vnode of the file (normally representing a device)
-.It Ar command
+.It Fa command
the device specific operation to perform
-.It Ar cnp
+.It Fa cnp
extra data for the specified operation
-.It Ar fflag
+.It Fa fflag
some flags ???
-.It Ar cred
+.It Fa cred
the caller's credentials
-.It Ar td
+.It Fa td
the calling thread
.El
.Pp
OpenPOWER on IntegriCloud