svn commit: r253290 - head/share/man/man5

Glen Barber gjb at FreeBSD.org
Fri Jul 12 22:02:12 UTC 2013


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:


More information about the svn-src-all mailing list