diff --git a/ChangeLog b/ChangeLog index 41355aeec7..c29aab0a0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-03-14 Roland McGrath + + [BZ #13846] + * manual/llio.texi (Memory-mapped I/O): Fix wrong function name. + 2012-03-14 Joseph Myers [BZ #13841] diff --git a/manual/llio.texi b/manual/llio.texi index d75fe71502..b33909fac8 100644 --- a/manual/llio.texi +++ b/manual/llio.texi @@ -1458,7 +1458,7 @@ This corresponds with BSD's @code{MADV_DONTNEED}. @end table -@code{msync} returns @math{0} for success and @math{-1} for +@code{madvise} returns @math{0} for success and @math{-1} for error. Errors include: @table @code