Skip to content

Commit 0fca14d

Browse files
author
Zachary Lebold
committed
Update ioctl.html
Fix file descriptor reference.
1 parent 2e80500 commit 0fca14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/syscall/ioctl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h3>Synopsis</h3>
5757
<h3>Description</h3>
5858
<p>
5959
<tt>ioctl</tt> performs an object-specific operation <em>code</em> on
60-
the object referred to by the file handle <em>fd</em>. The
60+
the object referred to by the file descriptor <em>fd</em>. The
6161
<em>data</em> argument may point to supplemental data required or
6262
returned by the operation. The size of buffer required, if any, and
6363
other such matters are operation-specific.

0 commit comments

Comments
 (0)