diff options
| author | Wieland Hoffmann <themineo@gmail.com> | 2014-09-21 22:50:35 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-09-23 04:23:11 +0200 |
| commit | b23c9a79d97cc62158141b0b4d64aacb1dda5b3c (patch) | |
| tree | ad76a1c7990d6b48a9f415b23fc3e7466de56f77 /man7/namespaces.7 | |
| parent | 23ac32233baa651625f650b22de0f8afb5e57771 (diff) | |
| download | man-pages-b23c9a79d97cc62158141b0b4d64aacb1dda5b3c.tar.gz | |
namespaces.7: tfix: CLONE_IPC -> CLONE_NEWIPC
CLONE_NEWIPC is the correct constant, as can be seen in the detailed
list of namespaces & their corresponding constants, as well as the
clone(2) man page and include/uapi/linux/sched.h in the Linux source tree.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/namespaces.7')
| -rw-r--r-- | man7/namespaces.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/namespaces.7 b/man7/namespaces.7 index 931d038f64..d14d258199 100644 --- a/man7/namespaces.7 +++ b/man7/namespaces.7 @@ -41,7 +41,7 @@ Linux provides the following namespaces: lB lB lB l lB l. Namespace Constant Isolates -IPC CLONE_IPC System V IPC, POSIX message queues +IPC CLONE_NEWIPC System V IPC, POSIX message queues Network CLONE_NEWNET Network devices, stacks, ports, etc. Mount CLONE_NEWNS Mount points PID CLONE_NEWPID Process IDs |
