From 414122655bba1d8d68ec44fee583714ed1592ea3 Mon Sep 17 00:00:00 2001 From: Zachary Lebold Date: Mon, 7 Mar 2016 02:27:27 -0500 Subject: [PATCH] Update ftruncate.html Fix file descriptor reference. --- man/syscall/ftruncate.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. - +
  EBADFfd 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.