Index: share/man/man5/rc.conf.5 =================================================================== --- share/man/man5/rc.conf.5 +++ share/man/man5/rc.conf.5 @@ -3853,20 +3853,24 @@ .Va jail_list . .It Va jail_list .Pq Vt str -A space separated list of names for jails. +A space separated list of jail names. If this variable is empty, all of .Xr jail 8 instances in the configuration file will be configured. -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, -and should contain alphanumeric characters only. -The literal jail name of -.Dq Li 0 -.Pq zero -is not allowed. +control the jail startup order. +.Xr jail 8 +instances missing from +.Va jail_list +will not be started automatically. +.It Va jail_reverse_stop +.Pq Vt bool +If set to +.Dq Li YES , +all configured jails in +.Va jail_list +will be stopped in reverse order. .It Va jail_* variables Note that older releases supported per-jail configuration via .Xr rc.conf 5