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

@ -355,7 +355,7 @@ calls.
.It Dv PROC_TRAPCAP_CTL_DISABLE .It Dv PROC_TRAPCAP_CTL_DISABLE
Disable the signal delivery on capability mode access violations. Disable the signal delivery on capability mode access violations.
Note that the global sysctl Note that the global sysctl
.Dv kern.trap_enocap .Dv kern.trap_enotcap
might still cause the signal to be delivered. might still cause the signal to be delivered.
See See
.Xr capsicum 4 . .Xr capsicum 4 .
@ -386,7 +386,7 @@ value if the process control enables signal delivery, and to
otherwise. otherwise.
.Pp .Pp
See the note about sysctl See the note about sysctl
.Dv kern.trap_enocap .Dv kern.trap_enotcap
above, which gives independent global control of signal delivery. above, which gives independent global control of signal delivery.
.El .El
.Sh NOTES .Sh NOTES