Update ioctl.html
Fix file descriptor reference.
This commit is contained in:
		@@ -57,7 +57,7 @@ void *</tt><em>data</em><tt>);</tt>
 | 
				
			|||||||
<h3>Description</h3>
 | 
					<h3>Description</h3>
 | 
				
			||||||
<p>
 | 
					<p>
 | 
				
			||||||
<tt>ioctl</tt> performs an object-specific operation <em>code</em> on
 | 
					<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
 | 
					<em>data</em> argument may point to supplemental data required or
 | 
				
			||||||
returned by the operation. The size of buffer required, if any, and
 | 
					returned by the operation. The size of buffer required, if any, and
 | 
				
			||||||
other such matters are operation-specific.
 | 
					other such matters are operation-specific.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user