From cfd6acbb5591a6f07c7559f08424e0c73053c82c Mon Sep 17 00:00:00 2001 From: Elvin Aslanov Date: Mon, 11 Jul 2022 17:58:21 +0400 Subject: [PATCH] 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 --- usr.sbin/jail/jail.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index c9d929b89d4..e40e455f61a 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -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