mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
* manual/memory.texi (Page Lock Functions): Typo fix.
Reported by Carlos Maziero <maziero@ppgia.pucpr.br>
This commit is contained in:
parent
c1d398867a
commit
10e0498e2d
@ -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
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user