diff --git a/man/syscall/ftruncate.html b/man/syscall/ftruncate.html index f2af14a..0c66177 100644 --- a/man/syscall/ftruncate.html +++ b/man/syscall/ftruncate.html @@ -87,8 +87,8 @@ mentioned here.
EBADF | -fd is not a valid file handle, or - it is not open for writing. | fd is not a valid file descriptor, + or it is not open for writing. |
EIO | A hard I/O error occurred. | |
EFAULT | buf points to an invalid address. |