From 3a9ab5da02dce0859353d6f6e107d412cc043257 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 24 Jul 2011 22:05:01 +0200 Subject: [PATCH] doc: Fix typo. * doc/posix-functions/fstat.texi: Talk about fstat, not stat. --- ChangeLog | 5 +++++ doc/posix-functions/fstat.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 311f939aee..ddfa089046 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-07-24 Bruno Haible + + doc: Fix typo. + * doc/posix-functions/fstat.texi: Talk about fstat, not stat. + 2011-07-24 Bruno Haible doc: Mention fsusage. diff --git a/doc/posix-functions/fstat.texi b/doc/posix-functions/fstat.texi index 812d0c9c6b..967de79b53 100644 --- a/doc/posix-functions/fstat.texi +++ b/doc/posix-functions/fstat.texi @@ -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 -- 2.30.2