doc: Mention fsusage.
authorBruno Haible <bruno@clisp.org>
Sun, 24 Jul 2011 17:35:53 +0000 (19:35 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 24 Jul 2011 17:35:53 +0000 (19:35 +0200)
* doc/posix-functions/statvfs.texi: Mention the fsusage module.

ChangeLog
doc/posix-functions/statvfs.texi

index 4aaa4e9f4c32b7fe315de90d50c6f64884368e04..311f939aee923afe347eb44fa7d864f54f0998ed 100644 (file)
--- 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.
index a153a9a59e1222b4008b060c69ede67d875252a2..59a7f65044cbc16f3d2daf058121bc7343246705 100644 (file)
@@ -16,3 +16,6 @@ Portability problems not fixed by Gnulib:
 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}.