svn commit: r261730 - stable/9/lib/libc/sys
Christian Brueffer
brueffer at FreeBSD.org
Mon Feb 10 22:21:23 UTC 2014
Author: brueffer
Date: Mon Feb 10 22:21:22 2014
New Revision: 261730
URL: http://svnweb.freebsd.org/changeset/base/261730
Log:
MFC: r261447
Fix a typo.
Modified:
stable/9/lib/libc/sys/cap_enter.2
Directory Properties:
stable/9/lib/libc/ (props changed)
stable/9/lib/libc/sys/ (props changed)
Modified: stable/9/lib/libc/sys/cap_enter.2
==============================================================================
--- stable/9/lib/libc/sys/cap_enter.2 Mon Feb 10 22:16:22 2014 (r261729)
+++ stable/9/lib/libc/sys/cap_enter.2 Mon Feb 10 22:21:22 2014 (r261730)
@@ -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-9
mailing list