From owner-svn-src-stable-9@FreeBSD.ORG Fri Sep 14 15:09:45 2012 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F5E91065673; Fri, 14 Sep 2012 15:09:45 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 495FD8FC22; Fri, 14 Sep 2012 15:09:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EF9jU2047793; Fri, 14 Sep 2012 15:09:45 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EF9jrC047791; Fri, 14 Sep 2012 15:09:45 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201209141509.q8EF9jrC047791@svn.freebsd.org> From: Sergey Kandaurov Date: Fri, 14 Sep 2012 15:09:45 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r240503 - stable/9/share/man/man9 X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 15:09:45 -0000 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.