changeset 15457:d446838e2a33

doc: Fix typo. * doc/posix-functions/fstat.texi: Talk about fstat, not stat.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Jul 2011 22:05:01 +0200
parents f962e8efac85
children f4cc0c20e892
files ChangeLog doc/posix-functions/fstat.texi
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/doc/posix-functions/fstat.texi
+++ b/doc/posix-functions/fstat.texi
@@ -13,7 +13,7 @@
 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