1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-23 16:01:42 +00:00

More trap_enotcap spelling fixes.

PR:		217839
Submitted by:	tobik
This commit is contained in:
Maxim Konovalov 2017-03-16 13:19:38 +00:00
parent b4d3325975
commit a6c1047fce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315413

View File

@ -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