Write "Mac OS X" instead of "MacOS X".
[gnulib.git] / doc / posix-functions / fstatvfs.texi
index 963accf..eb119f5 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{fstatvfs}
 @findex fstatvfs
 
-POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fstatvfs.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fstatvfs.html}
 
 Gnulib module: ---
 
@@ -14,5 +14,10 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.3, OpenBSD 3.8, mingw.
+Mac OS X 10.3, OpenBSD 3.8, mingw, MSVC 9.
+@item
+On platforms where @code{f_blocks} in @samp{struct statvfs} is a 32-bit
+value, this function may not work correctly on files systems larger than
+4 TiB.  The fix is to use the @code{AC_SYS_LARGEFILE} macro.  This affects
+glibc/Hurd, HP-UX 11, Solaris.
 @end itemize