changeset 15456:f962e8efac85

doc: Mention fsusage. * doc/posix-functions/statvfs.texi: Mention the fsusage module.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Jul 2011 19:35:53 +0200
parents 19e61f4db1bb
children d446838e2a33
files ChangeLog doc/posix-functions/statvfs.texi
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-24  Bruno Haible  <bruno@clisp.org>
+
+	doc: Mention fsusage.
+	* doc/posix-functions/statvfs.texi: Mention the fsusage module.
+
 2011-07-24  Bruno Haible  <bruno@clisp.org>
 
 	doc: Mention new glibc headers and functions.
--- 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}.