From: Roland McGrath Date: Mon, 18 Oct 2004 00:53:16 +0000 (+0000) Subject: * manual/memory.texi (Page Lock Functions): Typo fix. X-Git-Tag: cvs/fedora-glibc-20041018T0940~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10e0498e2d2de538b51b2685befc56f5c2691bf4;p=thirdparty%2Fglibc.git * manual/memory.texi (Page Lock Functions): Typo fix. Reported by Carlos Maziero --- diff --git a/ChangeLog b/ChangeLog index 7a5783ae808..d610e693d7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-17 Roland McGrath + + * manual/memory.texi (Page Lock Functions): Typo fix. + Reported by Carlos Maziero + 2004-10-16 Alfred M. Szmidt * sysdeps/mach/hurd/Makefile (link-libc-static): Use diff --git a/manual/memory.texi b/manual/memory.texi index 10ae4dee100..91abb7f5d44 100644 --- a/manual/memory.texi +++ b/manual/memory.texi @@ -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}