From 2e80500b2637bf7ef3cd8c859f7eaebc2445ec5a Mon Sep 17 00:00:00 2001 From: Zachary Lebold Date: Mon, 7 Mar 2016 02:29:08 -0500 Subject: [PATCH] Update getdirentry.html Fix file descriptor reference. --- man/syscall/getdirentry.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.