Document exactly how vslock(9) is broken.

This commit is contained in:
green 2004-08-10 15:01:00 +00:00
parent 94edfa59ed
commit 7419bfcbfb

View File

@ -96,3 +96,9 @@ its per-process locked memory limit.
Some portion of the indicated address range is not allocated.
There was an error faulting/mapping a page.
.El
.Sh BUGS
The
.Fn vslock
function does not prevent memory from being unmapped out from underneath.
This can lead to system instability and blocking conditions where they
are required not to occur when accessing the locked memory.