As described in pid_namespaces(7), IPC namespaces also
isolate POSIX message queues. Update the unshare(1)
and nsenter(1) pages to clarify that.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
.BR clone (2).
.TP
.B IPC namespace
-The process will have an independent namespace for System V message queues,
+The process will have an independent namespace for POSIX message queues
+as well as System V message queues,
semaphore sets and shared memory segments.
For further details, see
.BR namespaces (7)
.BR clone (2).
.TP
.BR "IPC namespace"
-The process will have an independent namespace for System V \%message queues,
+The process will have an independent namespace for POSIX message queues
+as well as System V \%message queues,
semaphore sets and shared memory segments.
For further details, see
.BR namespaces (7)