Follow r239818 and remove no more relevant vslock() ENOMEM error.

Reviewed by:	zont
MFC after:	2 weeks
This commit is contained in:
Sergey Kandaurov 2012-08-29 13:00:00 +00:00
parent 126a63ce6c
commit 08783659c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=239829

View File

@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 10, 2004
.Dd August 29, 2012
.Dt VSLOCK 9
.Os
.Sh NAME
@ -82,9 +82,6 @@ machine address space.
.It Bq Er ENOMEM
The size of the specified address range exceeds the system
limit on locked memory.
.It Bq Er ENOMEM
Locking the requested address range would cause the process to exceed
its per-process locked memory limit.
.It Bq Er EFAULT
Some portion of the indicated address range is not allocated.
There was an error faulting/mapping a page.