Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2013 14:59:46 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r253363 - stable/9/share/man/man5
Message-ID:  <201307151459.r6FExkt5036129@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Mon Jul 15 14:59:45 2013
New Revision: 253363
URL: http://svnweb.freebsd.org/changeset/base/253363

Log:
  MFC r253290:
   Document that a literal jail name of 0 (zero) is not allowed.
  
  PR:		174436
  Approved by:	re (glebius)

Modified:
  stable/9/share/man/man5/rc.conf.5
Directory Properties:
  stable/9/share/man/man5/   (props changed)

Modified: stable/9/share/man/man5/rc.conf.5
==============================================================================
--- stable/9/share/man/man5/rc.conf.5	Mon Jul 15 14:28:59 2013	(r253362)
+++ stable/9/share/man/man5/rc.conf.5	Mon Jul 15 14:59:45 2013	(r253363)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 20, 2013
+.Dd July 12, 2013
 .Dt RC.CONF 5
 .Os
 .Sh NAME
@@ -3858,6 +3858,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:



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