Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Mar 2017 13:19:38 +0000 (UTC)
From:      Maxim Konovalov <maxim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r315413 - head/lib/libc/sys
Message-ID:  <201703161319.v2GDJcXr049228@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703161319.v2GDJcXr049228>