diff options
author | gjb <gjb@FreeBSD.org> | 2013-07-12 22:02:11 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2013-07-12 22:02:11 +0000 |
commit | 851ca387c5ade2c32eeb8585f5e8a796bcccfc0b (patch) | |
tree | 245377d3e0ec688e9700e937208e62721792c450 | |
parent | c77d7b2a670f6b302aa569d9e12990d111cadbbb (diff) | |
download | FreeBSD-src-851ca387c5ade2c32eeb8585f5e8a796bcccfc0b.zip FreeBSD-src-851ca387c5ade2c32eeb8585f5e8a796bcccfc0b.tar.gz |
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
-rw-r--r-- | share/man/man5/rc.conf.5 | 7 |
1 files changed, 6 insertions, 1 deletions
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: |