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