* [PATCH] namespaces.7: tfix: CLONE_IPC -> CLONE_NEWIPC
@ 2014-09-21 20:50 Wieland Hoffmann
[not found] ` <1411332635-11983-1-git-send-email-themineo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Wieland Hoffmann @ 2014-09-21 20:50 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Wieland Hoffmann
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.
---
man7/namespaces.7 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man7/namespaces.7 b/man7/namespaces.7
index 931d038..d14d258 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
--
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] namespaces.7: tfix: CLONE_IPC -> CLONE_NEWIPC
[not found] ` <1411332635-11983-1-git-send-email-themineo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2014-09-23 4:23 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2014-09-23 4:23 UTC (permalink / raw)
To: Wieland Hoffmann
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 09/21/2014 10:50 PM, Wieland Hoffmann wrote:
> 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.
Thanks, Wieland. Applied.
Cheers,
Michael
> ---
> man7/namespaces.7 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man7/namespaces.7 b/man7/namespaces.7
> index 931d038..d14d258 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
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-23 4:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-21 20:50 [PATCH] namespaces.7: tfix: CLONE_IPC -> CLONE_NEWIPC Wieland Hoffmann
[not found] ` <1411332635-11983-1-git-send-email-themineo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-09-23 4:23 ` Michael Kerrisk (man-pages)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox