diff options
author | Roland McGrath <roland@gnu.org> | 2004-10-18 00:53:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-10-18 00:53:16 +0000 |
commit | 10e0498e2d2de538b51b2685befc56f5c2691bf4 (patch) | |
tree | bea055c277b8db050b9b2e7b2c1cf6c93bb0f7d6 /manual | |
parent | c1d398867a27b0ef9759d7edcfbaa275816f3306 (diff) | |
download | glibc-10e0498e2d2de538b51b2685befc56f5c2691bf4.tar glibc-10e0498e2d2de538b51b2685befc56f5c2691bf4.tar.gz glibc-10e0498e2d2de538b51b2685befc56f5c2691bf4.tar.bz2 glibc-10e0498e2d2de538b51b2685befc56f5c2691bf4.zip |
* manual/memory.texi (Page Lock Functions): Typo fix.
Reported by Carlos Maziero <maziero@ppgia.pucpr.br>
Diffstat (limited to 'manual')
-rw-r--r-- | manual/memory.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/memory.texi b/manual/memory.texi index 10ae4dee10..91abb7f5d4 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} |