Update ftruncate.html
Fix file descriptor reference.
This commit is contained in:
parent
7b6a0b2ac9
commit
414122655b
@ -87,8 +87,8 @@ mentioned here.
|
||||
<table width=90%>
|
||||
<tr><td width=5% rowspan=3> </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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user