From 6a688f997d0b8dd1613b72a835e903522c3497a7 Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Tue, 29 Jun 1999 14:23:30 +0000 Subject: .Fa int -> .Li int (should use literal macro to refer to data types) --- lib/libc/sys/ioctl.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/sys/ioctl.2') 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 . -- cgit v1.2.3