From: Bruno Haible Date: Sun, 24 Jul 2011 20:05:01 +0000 (+0200) Subject: doc: Fix typo. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a9ab5da02dce0859353d6f6e107d412cc043257;p=pspp doc: Fix typo. * doc/posix-functions/fstat.texi: Talk about fstat, not stat. --- 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