# HG changeset patch # User Bruno Haible # Date 1311528953 -7200 # Node ID f962e8efac8541202cbe5b5ac46f20e3dfa9eb03 # Parent 19e61f4db1bb3a532b3486424ffdb917ecf3ffff doc: Mention fsusage. * doc/posix-functions/statvfs.texi: Mention the fsusage module. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-07-24 Bruno Haible + + doc: Mention fsusage. + * doc/posix-functions/statvfs.texi: Mention the fsusage module. + 2011-07-24 Bruno Haible doc: Mention new glibc headers and functions. diff --git a/doc/posix-functions/statvfs.texi b/doc/posix-functions/statvfs.texi --- a/doc/posix-functions/statvfs.texi +++ b/doc/posix-functions/statvfs.texi @@ -16,3 +16,6 @@ This function is missing on some platforms: MacOS X 10.3, OpenBSD 3.8, mingw. @end itemize + +Gnulib provides a module @code{fsusage} that provides similar information +as @code{statvfs}.