From owner-svn-src-projects@FreeBSD.ORG Fri Oct 9 09:12:20 2009 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18259106566B; Fri, 9 Oct 2009 09:12:20 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 07B1E8FC13; Fri, 9 Oct 2009 09:12:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n999CJXW048001; Fri, 9 Oct 2009 09:12:19 GMT (envelope-from rwatson@svn.freebsd.org) Received: (from rwatson@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n999CJnu047999; Fri, 9 Oct 2009 09:12:19 GMT (envelope-from rwatson@svn.freebsd.org) Message-Id: <200910090912.n999CJnu047999@svn.freebsd.org> From: Robert Watson Date: Fri, 9 Oct 2009 09:12:19 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r197894 - projects/capabilities8/lib/libc/sys X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 09:12:20 -0000 Author: rwatson Date: Fri Oct 9 09:12:19 2009 New Revision: 197894 URL: http://svn.freebsd.org/changeset/base/197894 Log: Merge P4 c169338 to capabilities8: Correct two spelling nits. Submitted by: ceri Modified: projects/capabilities8/lib/libc/sys/cap_enter.2 projects/capabilities8/lib/libc/sys/cap_new.2 Modified: projects/capabilities8/lib/libc/sys/cap_enter.2 ============================================================================== --- projects/capabilities8/lib/libc/sys/cap_enter.2 Fri Oct 9 06:53:36 2009 (r197893) +++ projects/capabilities8/lib/libc/sys/cap_enter.2 Fri Oct 9 09:12:19 2009 (r197894) @@ -85,7 +85,7 @@ for why this is particularly tricky with canonical representation of a right. Consumers of .Fn cap_enter -should also be aware of other inheritted rights, such as access to VM +should also be aware of other inherited rights, such as access to VM resources, memory contents, and other process properties that should be considered. It is advisable to use Modified: projects/capabilities8/lib/libc/sys/cap_new.2 ============================================================================== --- projects/capabilities8/lib/libc/sys/cap_new.2 Fri Oct 9 06:53:36 2009 (r197893) +++ projects/capabilities8/lib/libc/sys/cap_new.2 Fri Oct 9 09:12:19 2009 (r197894) @@ -218,7 +218,7 @@ Permit .It Dv CAP_IOCTL Permit .Xr ioctl 2 . -Be aware that this system call has enourmous scope, including potentially +Be aware that this system call has enormous scope, including potentially global scope for some objects. .It Dv CAP_KEVENT Permit