svn commit: r261729 - stable/10/lib/libc/sys

Christian Brueffer brueffer at FreeBSD.org
Mon Feb 10 22:16:23 UTC 2014


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

Log:
  MFC: r261447
  
  Fix a typo.

Modified:
  stable/10/lib/libc/sys/cap_enter.2
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libc/sys/cap_enter.2
==============================================================================
--- stable/10/lib/libc/sys/cap_enter.2	Mon Feb 10 21:20:42 2014	(r261728)
+++ stable/10/lib/libc/sys/cap_enter.2	Mon Feb 10 22:16:22 2014	(r261729)
@@ -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-stable-10 mailing list