Author: pluknet
Date: Wed Aug 29 13:00:00 2012
New Revision: 239829
URL: http://svn.freebsd.org/changeset/base/239829

Log:
  Follow r239818 and remove no more relevant vslock() ENOMEM error.
  
  Reviewed by:  zont
  MFC after:    2 weeks

Modified:
  head/share/man/man9/vslock.9

Modified: head/share/man/man9/vslock.9
==============================================================================
--- head/share/man/man9/vslock.9        Wed Aug 29 12:52:04 2012        
(r239828)
+++ head/share/man/man9/vslock.9        Wed Aug 29 13:00:00 2012        
(r239829)
@@ -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.
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to