doc: Fix typo.
authorBruno Haible <bruno@clisp.org>
Sun, 24 Jul 2011 20:05:01 +0000 (22:05 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 24 Jul 2011 20:05:01 +0000 (22:05 +0200)
* doc/posix-functions/fstat.texi: Talk about fstat, not stat.

ChangeLog
doc/posix-functions/fstat.texi

index 311f939aee923afe347eb44fa7d864f54f0998ed..ddfa089046e2144475ec5b290155b087e15b13f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-24  Bruno Haible  <bruno@clisp.org>
+
+       doc: Fix typo.
+       * doc/posix-functions/fstat.texi: Talk about fstat, not stat.
+
 2011-07-24  Bruno Haible  <bruno@clisp.org>
 
        doc: Mention fsusage.
index 812d0c9c6b7dea0b8ed98592598d7aa3f7e5985b..967de79b537d818b177d5f039faf8c87e14d0f31 100644 (file)
@@ -13,7 +13,7 @@ Portability problems fixed by Gnulib:
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-On platforms where @code{off_t} is a 32-bit type, @code{stat} may not correctly
+On platforms where @code{off_t} is a 32-bit type, @code{fstat} may not correctly
 report the size of files or block devices larger than 2 GB.  The fix is to
 use the @code{AC_SYS_LARGEFILE} macro.
 @item