diff options
Diffstat (limited to 'man7/namespaces.7')
| -rw-r--r-- | man7/namespaces.7 | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/man7/namespaces.7 b/man7/namespaces.7 index 48d5fc87bb..5883d1fa57 100644 --- a/man7/namespaces.7 +++ b/man7/namespaces.7 @@ -82,17 +82,7 @@ and the calling process is made a member of those namespaces. (This system call also implements a number of features unrelated to namespaces.) -Leaving aside the other effects of the -.BR clone (2) -system call, the following call: - - clone(..., CLONE_NEWXXX, ...); - -is equivalent in namespace terms to: - - if (fork() == 0) /* if child */ - unshare(CLONE_NEWXXX); - +.PP Creation of new namespaces using .BR clone (2) and |
