GNU C Library master sources branch, master, updated. glibc-2.15-371-gbb4e6db

roland@sourceware.org roland@sourceware.org
Wed Mar 14 17:53:00 GMT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  bb4e6db2f55cf703265ac3b6ebb733bb3b4b7e7f (commit)
      from  e456826d7a539fb322bb9719297bd386eded8e32 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=bb4e6db2f55cf703265ac3b6ebb733bb3b4b7e7f

commit bb4e6db2f55cf703265ac3b6ebb733bb3b4b7e7f
Author: Roland McGrath <roland@hack.frob.com>
Date:   Wed Mar 14 10:53:13 2012 -0700

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

diff --git a/ChangeLog b/ChangeLog
index 41355ae..c29aab0 100644
--- 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]
diff --git a/manual/llio.texi b/manual/llio.texi
index d75fe71..b33909f 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
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    5 +++++
 manual/llio.texi |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources



More information about the Glibc-cvs mailing list