diff options
-rw-r--r-- | lib/libc/sys/ioctl.2 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/sys/ioctl.2 b/lib/libc/sys/ioctl.2 index 02da906..57d50c2 100644 --- a/lib/libc/sys/ioctl.2 +++ b/lib/libc/sys/ioctl.2 @@ -29,7 +29,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 11, 1993 +.Dd July 14, 2007 .Dt IOCTL 2 .Os .Sh NAME @@ -59,9 +59,7 @@ The third argument to is traditionally named .Va "char *argp" . Most uses of -.Fn ioctl -in -.Fx 3.0 , +.Fn ioctl , however, require the third argument to be a .Vt caddr_t or an |