svn commit: r315413 - head/lib/libc/sys

Maxim Konovalov maxim at FreeBSD.org
Thu Mar 16 13:19:39 UTC 2017


Author: maxim
Date: Thu Mar 16 13:19:38 2017
New Revision: 315413
URL: https://svnweb.freebsd.org/changeset/base/315413

Log:
  More trap_enotcap spelling fixes.
  
  PR:		217839
  Submitted by:	tobik

Modified:
  head/lib/libc/sys/procctl.2

Modified: head/lib/libc/sys/procctl.2
==============================================================================
--- head/lib/libc/sys/procctl.2	Thu Mar 16 13:03:31 2017	(r315412)
+++ head/lib/libc/sys/procctl.2	Thu Mar 16 13:19:38 2017	(r315413)
@@ -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 sig
 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


More information about the svn-src-head mailing list