# HG changeset patch # User Bruno Haible # Date 1311537901 -7200 # Node ID d446838e2a336327f884049454bcf168cb8da622 # Parent f962e8efac8541202cbe5b5ac46f20e3dfa9eb03 doc: Fix typo. * doc/posix-functions/fstat.texi: Talk about fstat, not stat. diff --git a/ChangeLog b/ChangeLog --- 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 --- 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