jail: Correct jail_max_af_ips sysctl name

The sysctl is named "security.jail.jail_max_af_ips" with the jail_
prefix in the final part.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/605
This commit is contained in:
Elvin Aslanov 2022-07-11 17:58:21 +04:00 committed by Warner Losh
parent 3b6056204d
commit cfd6acbb55

View File

@ -1276,7 +1276,7 @@ can be used to determine if a process is running inside a jail (value
is one) or not (value is zero).
.Pp
The variable
.Va security.jail.max_af_ips
.Va security.jail.jail_max_af_ips
determines how may address per address family a jail may have.
The default is 255.
.Pp