1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Fix a typo.

MFC after:	1 week
This commit is contained in:
Christian Brueffer 2014-02-03 22:16:46 +00:00
parent 3de7c987c7
commit a578215eed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261447

View File

@ -52,7 +52,7 @@ Access to global name spaces, such as file system or IPC name spaces, is
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