diff --git a/man/syscall/getdirentry.html b/man/syscall/getdirentry.html index f123dce..aaad470 100644 --- a/man/syscall/getdirentry.html +++ b/man/syscall/getdirentry.html @@ -57,7 +57,7 @@ size_t buflen);

Description

getdirentry retrieves the next filename from a directory -referred to by the file handle filehandle. The name is stored +referred to by the file descriptor fd. The name is stored in buf, an area of size buflen. The length of of the name actually found is returned.