From a6c1047fceeaf5db06fc8ca64ccbc736ba6d2ae6 Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Thu, 16 Mar 2017 13:19:38 +0000 Subject: [PATCH] More trap_enotcap spelling fixes. PR: 217839 Submitted by: tobik --- lib/libc/sys/procctl.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/procctl.2 b/lib/libc/sys/procctl.2 index da73fb04f93..0d1cc766d43 100644 --- a/lib/libc/sys/procctl.2 +++ b/lib/libc/sys/procctl.2 @@ -355,7 +355,7 @@ calls. .It Dv PROC_TRAPCAP_CTL_DISABLE Disable the signal delivery on capability mode access violations. Note that the global sysctl -.Dv kern.trap_enocap +.Dv kern.trap_enotcap might still cause the signal to be delivered. See .Xr capsicum 4 . @@ -386,7 +386,7 @@ value if the process control enables signal delivery, and to otherwise. .Pp See the note about sysctl -.Dv kern.trap_enocap +.Dv kern.trap_enotcap above, which gives independent global control of signal delivery. .El .Sh NOTES