From owner-svn-src-all@FreeBSD.ORG Fri May 29 21:17:22 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67EB01065706; Fri, 29 May 2009 21:17:22 +0000 (UTC) (envelope-from jamie@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 56C018FC0A; Fri, 29 May 2009 21:17:22 +0000 (UTC) (envelope-from jamie@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n4TLHMxJ087037; Fri, 29 May 2009 21:17:22 GMT (envelope-from jamie@svn.freebsd.org) Received: (from jamie@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n4TLHM1Y087036; Fri, 29 May 2009 21:17:22 GMT (envelope-from jamie@svn.freebsd.org) Message-Id: <200905292117.n4TLHM1Y087036@svn.freebsd.org> From: Jamie Gritton Date: Fri, 29 May 2009 21:17:22 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r193065 - head/usr.sbin/jail X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2009 21:17:22 -0000 Author: jamie Date: Fri May 29 21:17:22 2009 New Revision: 193065 URL: http://svn.freebsd.org/changeset/base/193065 Log: Fix some inaccuracies in the extensible parameter addition. Approved by: bz (mentor) Modified: head/usr.sbin/jail/jail.8 Modified: head/usr.sbin/jail/jail.8 ============================================================================== --- head/usr.sbin/jail/jail.8 Fri May 29 20:45:42 2009 (r193064) +++ head/usr.sbin/jail/jail.8 Fri May 29 21:17:22 2009 (r193065) @@ -201,7 +201,7 @@ parameters aren't in this list, this mod the .Fl c and -.Fl o +.Fl m options don't apply (and must not exist). .Pp Jails have a set a core parameters, and modules can add their own jail @@ -298,7 +298,7 @@ A new jail must have either the parameter or .Va command pseudo-parameter set. -.It Va cpuset +.It Va cpuset.id The ID of the cpuset associated with this jail (read-only). .It Va dying This is true if the jail is in the process of shutting down (read-only).