mirror of git://sourceware.org/git/glibc.git
BZ#13846: manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
This commit is contained in:
parent
e456826d7a
commit
bb4e6db2f5
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue