From a578215eedff67885a8ab10c2a0613b24b8708d2 Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Mon, 3 Feb 2014 22:16:46 +0000 Subject: [PATCH] Fix a typo. MFC after: 1 week --- lib/libc/sys/cap_enter.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/cap_enter.2 b/lib/libc/sys/cap_enter.2 index 33696692fa06..18698b28f85f 100644 --- a/lib/libc/sys/cap_enter.2 +++ b/lib/libc/sys/cap_enter.2 @@ -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