Update ioctl.html
Fix file descriptor reference.
This commit is contained in:
parent
2e80500b26
commit
0fca14d86c
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user