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

Description

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.