summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/ioctl.2
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-18 13:33:04 +0000
committerru <ru@FreeBSD.org>2002-12-18 13:33:04 +0000
commit863465c1ab2c58349d7f1f859822ef564e592280 (patch)
tree6086e75984c3472fb331e2598243ce260e65581f /lib/libc/sys/ioctl.2
parent8746d263e1451855025dc83dde5176cc9f1fbe3f (diff)
downloadFreeBSD-src-863465c1ab2c58349d7f1f859822ef564e592280.zip
FreeBSD-src-863465c1ab2c58349d7f1f859822ef564e592280.tar.gz
mdoc(7) police: Fixed abuses of the .Ar and .Em macros.
Diffstat (limited to 'lib/libc/sys/ioctl.2')
-rw-r--r--lib/libc/sys/ioctl.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/ioctl.2 b/lib/libc/sys/ioctl.2
index 516bca7..9208ed7 100644
--- a/lib/libc/sys/ioctl.2
+++ b/lib/libc/sys/ioctl.2
@@ -61,15 +61,15 @@ must be an open file descriptor.
The third argument to
.Fn ioctl
is traditionally named
-.Ar "char *argp" .
+.Va "char *argp" .
Most uses of
.Fn ioctl
in
.Fx 3.0
however, require the third argument to be a
-.Ar caddr_t
+.Vt caddr_t
or an
-.Ar int .
+.Vt int .
.Pp
An
.Fn ioctl
OpenPOWER on IntegriCloud