]> sourceware.org Git - glibc.git/commitdiff
BZ#13846: manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
authorRoland McGrath <roland@hack.frob.com>
Wed, 14 Mar 2012 17:53:13 +0000 (10:53 -0700)
committerRoland McGrath <roland@hack.frob.com>
Wed, 14 Mar 2012 17:53:13 +0000 (10:53 -0700)
ChangeLog
manual/llio.texi

index 41355aeec746121781be1dc046a37f67233e0345..c29aab0a0e515abd7e7a8c6fd3dc130a235aff28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
index d75fe71502a4fce6b640c1eea794f617eab74812..b33909fac84e674518b5486b00b74f3dee86c1ce 100644 (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
 
This page took 0.048457 seconds and 5 git commands to generate.