Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2012 03:11:03 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r232243 - head/share/man/man5
Message-ID:  <201202280311.q1S3B3RT049208@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202280311.q1S3B3RT049208>