diff --git a/man/syscall/ioctl.html b/man/syscall/ioctl.html index a23b8b4..f29ad45 100644 --- a/man/syscall/ioctl.html +++ b/man/syscall/ioctl.html @@ -57,7 +57,7 @@ void *data);

Description

ioctl performs an object-specific operation code on -the object referred to by the file handle fd. The +the object referred to by the file descriptor fd. The data argument may point to supplemental data required or returned by the operation. The size of buffer required, if any, and other such matters are operation-specific.