From: Vincent Lefevre Date: Thu, 26 Oct 2017 04:34:21 +0000 (-0700) Subject: doc: reference statfs(2) in the stat(1) man page X-Git-Tag: v8.29~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61a8b5cb56a6ab88cb120fd2e3d9107255b93e90;p=thirdparty%2Fcoreutils.git 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 --- 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)