svn commit: r240503 - stable/9/share/man/man9

Sergey Kandaurov pluknet at FreeBSD.org
Fri Sep 14 15:09:45 UTC 2012


Author: pluknet
Date: Fri Sep 14 15:09:44 2012
New Revision: 240503
URL: http://svn.freebsd.org/changeset/base/240503

Log:
  MFC r239829:
    Follow r239818 and remove no more relevant vslock() ENOMEM error.

Modified:
  stable/9/share/man/man9/vslock.9
Directory Properties:
  stable/9/share/man/man9/   (props changed)

Modified: stable/9/share/man/man9/vslock.9
==============================================================================
--- stable/9/share/man/man9/vslock.9	Fri Sep 14 14:24:21 2012	(r240502)
+++ stable/9/share/man/man9/vslock.9	Fri Sep 14 15:09:44 2012	(r240503)
@@ -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.


More information about the svn-src-all mailing list