summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/mlock.2
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2004-05-19 03:25:17 +0000
committeralc <alc@FreeBSD.org>2004-05-19 03:25:17 +0000
commit7d8fea6fb78416403b773e2f16dc51771246b658 (patch)
treed941a9a44336e0f02f4ef6209ebefda8889f21e7 /lib/libc/sys/mlock.2
parent763e60e31662c7ac5be6608a6d0e6e6d52f1c66f (diff)
downloadFreeBSD-src-7d8fea6fb78416403b773e2f16dc51771246b658.zip
FreeBSD-src-7d8fea6fb78416403b773e2f16dc51771246b658.tar.gz
Remove a long obsolete paragraph from the BUGS section.
Diffstat (limited to 'lib/libc/sys/mlock.2')
-rw-r--r--lib/libc/sys/mlock.210
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/libc/sys/mlock.2 b/lib/libc/sys/mlock.2
index f44d4c3..46b579f 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.
OpenPOWER on IntegriCloud