MFC rev. 1.25

Document new mincore behaviour, the mincore(2) returns ENOMEM when requested
range is not fully mapped.

Reminded by:	pjd
Approved by:	pjd (mentor)
This commit is contained in:
kib 2006-07-21 06:29:32 +00:00
parent 5474ed9e1b
commit 45dd65a8d1

View File

@ -92,12 +92,12 @@ The
.Fn mincore
system call will fail if:
.Bl -tag -width Er
.It Bq Er EINVAL
.It Bq Er ENOMEM
The virtual address range specified by the
.Fa addr
and
.Fa len
arguments is not valid.
arguments is not fully mapped.
.It Bq Er EFAULT
The
.Fa vec