svn commit: r197894 - projects/capabilities8/lib/libc/sys

Robert Watson rwatson at FreeBSD.org
Fri Oct 9 09:12:20 UTC 2009


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


More information about the svn-src-projects mailing list