diff options
| author | Alan Cox <alc@FreeBSD.org> | 2004-05-19 03:25:17 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2004-05-19 03:25:17 +0000 |
| commit | 5ae2d19711af764b0c3965bef2763a273c26e64d (patch) | |
| tree | d941a9a44336e0f02f4ef6209ebefda8889f21e7 /lib/libc | |
| parent | 092d0b6b38bb8d1639143ffafaa879c10ad65335 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/mlock.2 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/libc/sys/mlock.2 b/lib/libc/sys/mlock.2 index f44d4c3f93d1..46b579f0e7c9 100644 --- a/lib/libc/sys/mlock.2 +++ b/lib/libc/sys/mlock.2 @@ -148,16 +148,6 @@ Some portion of the indicated address range is not locked. .Xr setrlimit 2 , .Xr getpagesize 3 .Sh BUGS -Unlike The Sun implementation, multiple -.Fn mlock -calls on the same address range require the corresponding number of -.Fn munlock -calls to actually unlock the pages, i.e.\& -.Fn mlock -nests. -This should be considered a consequence of the implementation -and not a feature. -.Pp The per-process resource limit is a limit on the amount of virtual memory locked, while the system-wide limit is for the number of locked physical pages. |
