Update fstat.html

Fix file descriptor reference.
This commit is contained in:
Zachary Lebold 2016-03-07 02:26:18 -05:00
parent e2c2aa2506
commit 7b6a0b2ac9

View File

@ -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>