* 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>
|
2004-10-16 Alfred M. Szmidt <ams@kemisten.nu>
|
||||||
|
|
||||||
* sysdeps/mach/hurd/Makefile (link-libc-static): Use
|
* sysdeps/mach/hurd/Makefile (link-libc-static): Use
|
||||||
|
@ -2578,7 +2578,7 @@ wouldn't know what address to tell @code{mlock}.
|
|||||||
@comment POSIX.1b
|
@comment POSIX.1b
|
||||||
@deftypefun int munlock (const void *@var{addr}, size_t @var{len})
|
@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
|
@code{munlock} is the inverse of @code{mlock} and functions completely
|
||||||
analogously to @code{mlock}, except that there is no @code{EPERM}
|
analogously to @code{mlock}, except that there is no @code{EPERM}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user