diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-03-14 10:53:13 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-03-14 10:53:13 -0700 |
commit | bb4e6db2f55cf703265ac3b6ebb733bb3b4b7e7f (patch) | |
tree | 21a30fb5ed3e03ca3f2627ef6608c21362f56596 /manual | |
parent | e456826d7a539fb322bb9719297bd386eded8e32 (diff) | |
download | glibc-bb4e6db2f55cf703265ac3b6ebb733bb3b4b7e7f.zip glibc-bb4e6db2f55cf703265ac3b6ebb733bb3b4b7e7f.tar.gz glibc-bb4e6db2f55cf703265ac3b6ebb733bb3b4b7e7f.tar.bz2 |
BZ#13846: manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/llio.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |