From owner-svn-src-head@freebsd.org Thu Mar 16 13:19:39 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5A1AD0CE89; Thu, 16 Mar 2017 13:19:39 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92A711673; Thu, 16 Mar 2017 13:19:39 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2GDJcdA049229; Thu, 16 Mar 2017 13:19:38 GMT (envelope-from maxim@FreeBSD.org) Received: (from maxim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2GDJcXr049228; Thu, 16 Mar 2017 13:19:38 GMT (envelope-from maxim@FreeBSD.org) Message-Id: <201703161319.v2GDJcXr049228@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: maxim set sender to maxim@FreeBSD.org using -f From: Maxim Konovalov Date: Thu, 16 Mar 2017 13:19:38 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r315413 - head/lib/libc/sys X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2017 13:19:39 -0000 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