From 851ca387c5ade2c32eeb8585f5e8a796bcccfc0b Mon Sep 17 00:00:00 2001 From: gjb Date: Fri, 12 Jul 2013 22:02:11 +0000 Subject: 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 --- share/man/man5/rc.conf.5 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'share/man/man5') diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 394d144..967edaa 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -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: -- cgit v1.1