* manual/memory.texi (Page Lock Functions): Typo fix.

Reported by Carlos Maziero <maziero@ppgia.pucpr.br>
This commit is contained in:
Roland McGrath 2004-10-18 00:53:16 +00:00
parent c1d398867a
commit 10e0498e2d
2 changed files with 6 additions and 1 deletions

View File

@ -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

View 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}