Update ftruncate.html

Fix file descriptor reference.
This commit is contained in:
Zachary Lebold 2016-03-07 02:27:27 -05:00
parent 7b6a0b2ac9
commit 414122655b

View File

@ -87,8 +87,8 @@ mentioned here.
<table width=90%>
<tr><td width=5% rowspan=3>&nbsp;</td>
<td width=10% valign=top>EBADF</td>
<td><em>fd</em> is not a valid file handle, or
it is not open for writing.</td></tr>
<td><em>fd</em> is not a valid file descriptor,
or it is not open for writing.</td></tr>
<tr><td valign=top>EIO</td> <td>A hard I/O error occurred.</td></tr>
<tr><td valign=top>EFAULT</td> <td><em>buf</em> points to an invalid
address.</td></tr>