Date: Wed, 22 Nov 2017 05:27:18 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r326085 - head/lib/libc/sys Message-ID: <201711220527.vAM5RIBS088966@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Wed Nov 22 05:27:18 2017 New Revision: 326085 URL: https://svnweb.freebsd.org/changeset/base/326085 Log: Add a reference to getfsstat in statfs. Sponsored by: Netflix Modified: head/lib/libc/sys/statfs.2 Modified: head/lib/libc/sys/statfs.2 ============================================================================== --- head/lib/libc/sys/statfs.2 Wed Nov 22 03:44:19 2017 (r326084) +++ head/lib/libc/sys/statfs.2 Wed Nov 22 05:27:18 2017 (r326085) @@ -227,7 +227,8 @@ An error occurred while reading from or writing to the file system. .El .Sh SEE ALSO -.Xr fhstatfs 2 +.Xr fhstatfs 2 , +.Xr getfsstat 2 .Sh HISTORY The .Fn statfs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711220527.vAM5RIBS088966>