Update ioctl.html

Fix file descriptor reference.
This commit is contained in:
Zachary Lebold 2016-03-07 02:30:10 -05:00
parent 2e80500b26
commit 0fca14d86c

View File

@ -57,7 +57,7 @@ void *</tt><em>data</em><tt>);</tt>
<h3>Description</h3>
<p>
<tt>ioctl</tt> performs an object-specific operation <em>code</em> on
the object referred to by the file handle <em>fd</em>. The
the object referred to by the file descriptor <em>fd</em>. The
<em>data</em> 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.