diff --git a/man/syscall/close.html b/man/syscall/close.html index 9f16429..b852d54 100644 --- a/man/syscall/close.html +++ b/man/syscall/close.html @@ -55,8 +55,8 @@ Standard C Library (libc, -lc)
-The file handle fd is closed. The same file handle may then -be returned again from open, +The file handle identified by file descriptor fd is closed. +The same file handle may then be returned again from open, dup2, pipe, or similar calls.
@@ -87,7 +87,7 @@ mentioned here.EBADF | -fd is not a valid file handle. | fd is not a valid file descriptor. |
EIO | A hard I/O error occurred. |