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 41355ae..c29aab0 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 d75fe71..b33909f 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