From owner-svn-src-head@FreeBSD.ORG Tue Feb 28 03:11:03 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7634F106564A; Tue, 28 Feb 2012 03:11:03 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 61FFF8FC0C; Tue, 28 Feb 2012 03:11:03 +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 q1S3B3M4049211; Tue, 28 Feb 2012 03:11:03 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q1S3B3RT049208; Tue, 28 Feb 2012 03:11:03 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201202280311.q1S3B3RT049208@svn.freebsd.org> From: Glen Barber Date: Tue, 28 Feb 2012 03:11:03 +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: r232243 - head/share/man/man5 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2012 03:11:03 -0000 Author: gjb (doc committer) Date: Tue Feb 28 03:11:02 2012 New Revision: 232243 URL: http://svn.freebsd.org/changeset/base/232243 Log: Fix a few rendering nits in rc.conf(5) with regards to mentioning jail_parallel_enable. Modified: head/share/man/man5/rc.conf.5 Modified: head/share/man/man5/rc.conf.5 ============================================================================== --- head/share/man/man5/rc.conf.5 Mon Feb 27 22:37:35 2012 (r232242) +++ head/share/man/man5/rc.conf.5 Tue Feb 28 03:11:02 2012 (r232243) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 25, 2012 +.Dd February 27, 2012 .Dt RC.CONF 5 .Os .Sh NAME @@ -3754,11 +3754,11 @@ indicates that the highest frequency (le If set to .Dq Li NO , any configured jails will not be started. -.It jail_parallel_start +.It Va jail_parallel_start .Pq Vt bool If set to -.Dq Li YES -all configured jails will be started in the background (= in parallel). +.Dq Li YES , +all configured jails will be started in the background (in parallel). .It Va jail_list .Pq Vt str A space separated list of names for jails.