diff options
| author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2022-07-08 08:43:37 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2022-07-08 08:50:31 +0000 |
| commit | ccee95df52c2477d5580024758ab57ee9775da6a (patch) | |
| tree | 49d6bc7568520004461892e0a99b926d3c996bbe | |
| parent | 68e035c0172b441db772de41ad0f8977679bfedc (diff) | |
| -rw-r--r-- | usr.sbin/jail/jail.conf.5 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.sbin/jail/jail.conf.5 b/usr.sbin/jail/jail.conf.5 index ce414b96463e..67277e6d78ce 100644 --- a/usr.sbin/jail/jail.conf.5 +++ b/usr.sbin/jail/jail.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 18, 2021 +.Dd July 8, 2022 .Dt JAIL.CONF 5 .Os .Sh NAME @@ -178,6 +178,13 @@ shell formats: .Pp Comments are legal wherever whitespace is allowed, i.e. anywhere except in the middle of a string or a token. +.Sh FILES +.Bl -tag -width "indent" -compact +.It Pa /etc/jail.conf +.It Pa /etc/jail.*.conf +.It Pa /etc/jail.conf.d/*.conf +.It Pa /usr/share/examples/jails/ +.El .Sh EXAMPLES .Bd -literal # Typical static defaults: |
