svn commit: r261447 - head/lib/libc/sys

Christian Brueffer brueffer at FreeBSD.org
Mon Feb 3 22:16:47 UTC 2014


Author: brueffer
Date: Mon Feb  3 22:16:46 2014
New Revision: 261447
URL: http://svnweb.freebsd.org/changeset/base/261447

Log:
  Fix a typo.
  
  MFC after:	1 week

Modified:
  head/lib/libc/sys/cap_enter.2

Modified: head/lib/libc/sys/cap_enter.2
==============================================================================
--- head/lib/libc/sys/cap_enter.2	Mon Feb  3 19:14:36 2014	(r261446)
+++ head/lib/libc/sys/cap_enter.2	Mon Feb  3 22:16:46 2014	(r261447)
@@ -52,7 +52,7 @@ Access to global name spaces, such as fi
 prevented.
 If the process is already in a capability mode sandbox, the system call is a
 no-op.
-Future process descendants create with
+Future process descendants created with
 .Xr fork 2
 or
 .Xr pdfork 2


More information about the svn-src-head mailing list