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);
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.