svn commit: r253363 - stable/9/share/man/man5

Glen Barber gjb at FreeBSD.org
Mon Jul 15 14:59:46 UTC 2013


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:


More information about the svn-src-all mailing list