Update fstat.html
Fix file descriptor reference.
This commit is contained in:
parent
e2c2aa2506
commit
7b6a0b2ac9
@ -57,7 +57,7 @@ struct stat *</tt><em>statbuf</em><tt>);</tt>
|
||||
<h3>Description</h3>
|
||||
<p>
|
||||
<tt>fstat</tt> retrieves status information about the file referred to
|
||||
by the file handle <em>fd</em> and stores it in the stat structure
|
||||
by the file descriptor <em>fd</em> and stores it in the stat structure
|
||||
pointed to by <em>statbuf</em>.
|
||||
</p>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user