diff --git a/man/syscall/fstat.html b/man/syscall/fstat.html index f20e3a1..406b34e 100644 --- a/man/syscall/fstat.html +++ b/man/syscall/fstat.html @@ -57,7 +57,7 @@ struct stat *statbuf);
fstat retrieves status information about the file referred to -by the file handle fd and stores it in the stat structure +by the file descriptor fd and stores it in the stat structure pointed to by statbuf.