]> sourceware.org Git - glibc.git/commitdiff
* manual/memory.texi (Page Lock Functions): Typo fix.
authorRoland McGrath <roland@gnu.org>
Mon, 18 Oct 2004 00:53:16 +0000 (00:53 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 18 Oct 2004 00:53:16 +0000 (00:53 +0000)
Reported by Carlos Maziero <maziero@ppgia.pucpr.br>

ChangeLog
manual/memory.texi

index 7a5783ae80879bf8ac90b15928325f59ad52c826..d610e693d7b52878b74783071db2a4a92120b409 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-17  Roland McGrath  <roland@frob.com>
+
+       * manual/memory.texi (Page Lock Functions): Typo fix.
+       Reported by Carlos Maziero <maziero@ppgia.pucpr.br>
+
 2004-10-16  Alfred M. Szmidt  <ams@kemisten.nu>
 
        * sysdeps/mach/hurd/Makefile (link-libc-static): Use
index 10ae4dee100fa47002dfc9dd3391b3294e9cbc48..91abb7f5d446a1d336811890f58d63ef64cffe2a 100644 (file)
@@ -2578,7 +2578,7 @@ wouldn't know what address to tell @code{mlock}.
 @comment POSIX.1b
 @deftypefun int munlock (const void *@var{addr}, size_t @var{len})
 
-@code{mlock} unlocks a range of the calling process' virtual pages.
+@code{munlock} unlocks a range of the calling process' virtual pages.
 
 @code{munlock} is the inverse of @code{mlock} and functions completely
 analogously to @code{mlock}, except that there is no @code{EPERM}
This page took 0.055338 seconds and 5 git commands to generate.