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:
parent
5474ed9e1b
commit
45dd65a8d1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user