BZ#13846: manual/llio.texi (Memory-mapped I/O): Fix wrong function name.

This commit is contained in:
Roland McGrath 2012-03-14 10:53:13 -07:00
parent e456826d7a
commit bb4e6db2f5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-03-14 Roland McGrath <roland@hack.frob.com>
[BZ #13846]
* manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
2012-03-14 Joseph Myers <joseph@codesourcery.com>
[BZ #13841]

View File

@ -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