Update getdirentry.html

Fix file descriptor reference.
This commit is contained in:
Zachary Lebold 2016-03-07 02:29:08 -05:00
parent 414122655b
commit 2e80500b26

View File

@ -57,7 +57,7 @@ size_t </tt><em>buflen</em><tt>);</tt>
<h3>Description</h3> <h3>Description</h3>
<p> <p>
<tt>getdirentry</tt> retrieves the next filename from a directory <tt>getdirentry</tt> retrieves the next filename from a directory
referred to by the file handle <em>filehandle</em>. The name is stored referred to by the file descriptor <em>fd</em>. The name is stored
in <em>buf</em>, an area of size <em>buflen</em>. The length of of the in <em>buf</em>, an area of size <em>buflen</em>. The length of of the
name actually found is returned. name actually found is returned.
</p> </p>