svn commit: r212503 - stable/8/share/man/man5

Glen Barber gjb at FreeBSD.org
Sun Sep 12 18:37:34 UTC 2010


Author: gjb (doc committer)
Date: Sun Sep 12 18:37:34 2010
New Revision: 212503
URL: http://svn.freebsd.org/changeset/base/212503

Log:
  MFC 212241.
  
  Note that jail_list should contain alphanumeric characters only.
  
  PR:		150098
  Approved by:	keramida (mentor)

Modified:
  stable/8/share/man/man5/rc.conf.5

Modified: stable/8/share/man/man5/rc.conf.5
==============================================================================
--- stable/8/share/man/man5/rc.conf.5	Sun Sep 12 18:04:47 2010	(r212502)
+++ stable/8/share/man/man5/rc.conf.5	Sun Sep 12 18:37:34 2010	(r212503)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 14, 2010
+.Dd September 4, 2010
 .Dt RC.CONF 5
 .Os
 .Sh NAME
@@ -3402,7 +3402,8 @@ A space separated list of names for jail
 This is purely a configuration aid to help identify and
 configure multiple jails.
 The names specified in this list will be used to
-identify settings common to an instance of a jail.
+identify settings common to an instance of a jail,
+and should contain alphanumeric characters only.
 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