diff --git a/man/syscall/lseek.html b/man/syscall/lseek.html index 0c3c407..61805aa 100644 --- a/man/syscall/lseek.html +++ b/man/syscall/lseek.html @@ -57,8 +57,8 @@ int whence);

Description

lseek alters the current seek position of the file handle -filehandle, seeking to a new position based on pos -and whence. +identified by file descriptor fd, seeking to a new position +based on pos and whence.

@@ -122,7 +122,7 @@ mentioned here.   EBADF fd is not a valid file - handle. + descriptor. ESPIPE fd refers to an object which does not support seeking. EINVAL whence is invalid.