aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-03-31 21:45:44 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-04-06 16:12:22 +0200
commit1024e8ffb9275c74e33fd0c9543d06b629b645ef (patch)
tree8a5c8ea313afc920e0143e8252487f34d8a35219
parent2588906be2e1abbb13c1139c718441d1a6804614 (diff)
downloadman-pages-1024e8ffb9275c74e33fd0c9543d06b629b645ef.tar.gz
unshare.2: Remove mention of "System V" from discussion of CLONE_NEWIPC
These days, CLONE_NEWIPC also affects POSIX message queues. Reported-by: Fabien Pichot <fpichot@bouledef.eu> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/unshare.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/unshare.2 b/man2/unshare.2
index b0535b004d..d3b503714e 100644
--- a/man2/unshare.2
+++ b/man2/unshare.2
@@ -99,9 +99,9 @@ This flag has the same effect as the
.BR clone (2)
.B CLONE_NEWIPC
flag.
-Unshare the System\ V IPC namespace,
+Unshare the IPC namespace,
so that the calling process has a private copy of the
-System\ V IPC namespace which is not shared with any other process.
+IPC namespace which is not shared with any other process.
Specifying this flag automatically implies
.BR CLONE_SYSVSEM
as well.