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>
This commit is contained in:
Wieland Hoffmann 2014-09-21 22:50:35 +02:00 committed by Michael Kerrisk
parent 23ac32233b
commit b23c9a79d9
1 changed files with 1 additions and 1 deletions

View File

@ -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