From bb4e6db2f55cf703265ac3b6ebb733bb3b4b7e7f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 14 Mar 2012 10:53:13 -0700 Subject: BZ#13846: manual/llio.texi (Memory-mapped I/O): Fix wrong function name. --- manual/llio.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/llio.texi') diff --git a/manual/llio.texi b/manual/llio.texi index d75fe71502..b33909fac8 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 -- cgit 1.4.1