From 0fca14d86cbfe9089c8d66dd04141f3b7615030d Mon Sep 17 00:00:00 2001 From: Zachary Lebold Date: Mon, 7 Mar 2016 02:30:10 -0500 Subject: [PATCH] Update ioctl.html Fix file descriptor reference. --- man/syscall/ioctl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.