svn commit: r253364 - stable/8/share/man/man5
Glen Barber
gjb at FreeBSD.org
Mon Jul 15 15:00:18 UTC 2013
Author: gjb
Date: Mon Jul 15 15:00:17 2013
New Revision: 253364
URL: http://svnweb.freebsd.org/changeset/base/253364
Log:
MFC r253290:
Document that a literal jail name of 0 (zero) is not allowed.
PR: 174436
Modified:
stable/8/share/man/man5/rc.conf.5
Directory Properties:
stable/8/share/man/man5/ (props changed)
Modified: stable/8/share/man/man5/rc.conf.5
==============================================================================
--- stable/8/share/man/man5/rc.conf.5 Mon Jul 15 14:59:45 2013 (r253363)
+++ stable/8/share/man/man5/rc.conf.5 Mon Jul 15 15:00:17 2013 (r253364)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 22, 2012
+.Dd July 12, 2013
.Dt RC.CONF 5
.Os
.Sh NAME
@@ -3502,6 +3502,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:
More information about the svn-src-stable
mailing list