From owner-svn-src-all@freebsd.org Mon Oct 3 09:28:07 2016 Return-Path: Delivered-To: svn-src-all@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 7984AAF2F5C; Mon, 3 Oct 2016 09:28:07 +0000 (UTC) (envelope-from kib@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 4961014F; Mon, 3 Oct 2016 09:28:07 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u939S69n037064; Mon, 3 Oct 2016 09:28:06 GMT (envelope-from kib@FreeBSD.org) Received: (from kib@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u939S61L037063; Mon, 3 Oct 2016 09:28:06 GMT (envelope-from kib@FreeBSD.org) Message-Id: <201610030928.u939S61L037063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kib set sender to kib@FreeBSD.org using -f From: Konstantin Belousov Date: Mon, 3 Oct 2016 09:28:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r306624 - stable/11/lib/libc/sys X-SVN-Group: stable-11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2016 09:28:07 -0000 Author: kib Date: Mon Oct 3 09:28:06 2016 New Revision: 306624 URL: https://svnweb.freebsd.org/changeset/base/306624 Log: MFC r306505: Add an article. Modified: stable/11/lib/libc/sys/cap_enter.2 Directory Properties: stable/11/ (props changed) Modified: stable/11/lib/libc/sys/cap_enter.2 ============================================================================== --- stable/11/lib/libc/sys/cap_enter.2 Mon Oct 3 08:15:58 2016 (r306623) +++ stable/11/lib/libc/sys/cap_enter.2 Mon Oct 3 09:28:06 2016 (r306624) @@ -73,7 +73,7 @@ sandbox. If the .Dv kern.trap_enocap sysctl MIB is set to a non-zero value, then for any process executing in a -capability mode sandbox, any syscall which results in either +capability mode sandbox, any syscall which results in either an .Er ENOTCAPABLE or .Er ECAPMODE