summaryrefslogtreecommitdiff
path: root/lib/libc/sys/ioctl.2
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-06-29 14:23:30 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-06-29 14:23:30 +0000
commit6a688f997d0b8dd1613b72a835e903522c3497a7 (patch)
tree1d0a17a61216b1362daa2bf9a8a57bf9d0572793 /lib/libc/sys/ioctl.2
parent56f6529fc36c6db13ad6ff247464d6b0c9e0d023 (diff)
.Fa int -> .Li int (should use literal macro to refer to data types)
Diffstat (limited to 'lib/libc/sys/ioctl.2')
-rw-r--r--lib/libc/sys/ioctl.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/ioctl.2 b/lib/libc/sys/ioctl.2
index 33cfe6a00b7..b9de49dce3d 100644
--- a/lib/libc/sys/ioctl.2
+++ b/lib/libc/sys/ioctl.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ioctl.2,v 1.8 1999/06/29 14:10:03 aaron Exp $
+.\" $OpenBSD: ioctl.2,v 1.9 1999/06/29 14:23:29 aaron Exp $
.\" $NetBSD: ioctl.2,v 1.5 1995/02/27 12:33:47 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -62,7 +62,7 @@ and contains additional information needed by this device
to perform the requested function.
.Fa arg
is either an
-.Fa int
+.Li int
or a pointer to a device-specific data structure, depending upon
the given
.Fa request .