Date: Fri, 9 Oct 2009 09:12:19 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r197894 - projects/capabilities8/lib/libc/sys Message-ID: <200910090912.n999CJnu047999@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910090912.n999CJnu047999>