From owner-svn-src-all@FreeBSD.ORG Fri Jul 12 22:02:12 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 15828D72; Fri, 12 Jul 2013 22:02:12 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 043FF119E; Fri, 12 Jul 2013 22:02:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6CM2B9L065025; Fri, 12 Jul 2013 22:02:11 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6CM2BwY065024; Fri, 12 Jul 2013 22:02:11 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201307122202.r6CM2BwY065024@svn.freebsd.org> From: Glen Barber Date: Fri, 12 Jul 2013 22:02:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r253290 - head/share/man/man5 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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, 12 Jul 2013 22:02:12 -0000 Author: gjb Date: Fri Jul 12 22:02:11 2013 New Revision: 253290 URL: http://svnweb.freebsd.org/changeset/base/253290 Log: Document that a literal jail name of 0 (zero) is not allowed. PR: 174436 Submitted by: Robert Schulze Reviewed by: mjg MFC after: 3 days Modified: head/share/man/man5/rc.conf.5 Modified: head/share/man/man5/rc.conf.5 ============================================================================== --- head/share/man/man5/rc.conf.5 Fri Jul 12 22:01:18 2013 (r253289) +++ head/share/man/man5/rc.conf.5 Fri Jul 12 22:02:11 2013 (r253290) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 9, 2013 +.Dd July 12, 2013 .Dt RC.CONF 5 .Os .Sh NAME @@ -3875,6 +3875,11 @@ configure multiple jails. The names specified in this list will be used to identify settings common to an instance of a jail, and should contain alphanumeric characters only. +The literal jail name of +.Dq Li 0 +.Pq zero +is not allowed. +.Pp Assuming that the jail in question was named .Li vjail , you would have the following dependent variables: