From 61a8b5cb56a6ab88cb120fd2e3d9107255b93e90 Mon Sep 17 00:00:00 2001 From: Vincent Lefevre Date: Wed, 25 Oct 2017 21:34:21 -0700 Subject: [PATCH] doc: reference statfs(2) in the stat(1) man page * man/stat.x (SEE ALSO): Mention statfs(2) in addition to stat(2). Note statfs() is generally used rather than statvfs(), so we'll defer that reference to the SEE ALSO section of statfs(2). Fixes https://bugs.gnu.org/28989 --- man/stat.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/stat.x b/man/stat.x index f95b1ddbdb..dc3781e0ff 100644 --- a/man/stat.x +++ b/man/stat.x @@ -3,4 +3,4 @@ stat \- display file or file system status [DESCRIPTION] .\" Add any additional description here [SEE ALSO] -stat(2) +stat(2), statfs(2) -- 2.47.2