aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2013-02-27 06:54:29 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-09-13 20:15:59 -0700
commit9552196ecbde11b34e7970e7d0dfd6b91b392306 (patch)
tree20ca5df5b222d43b4babad3f76912b560e58a006 /man7
parente67b117c39c1b2b48fa0ef401e6493b3d0a6e2f0 (diff)
downloadman-pages-9552196ecbde11b34e7970e7d0dfd6b91b392306.tar.gz
namespaces.7: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/namespaces.72
1 files changed, 0 insertions, 2 deletions
diff --git a/man7/namespaces.7 b/man7/namespaces.7
index e4516d7d2f..12b85739e9 100644
--- a/man7/namespaces.7
+++ b/man7/namespaces.7
@@ -451,7 +451,6 @@ and cannot be changed thereafter.
Every thread in a process must be in the same PID namespace.
For this reason, the two following call sequences will fail:
-.in +4n
.nf
unshare(CLONE_NEWPID);
clone(..., CLONE_VM, ...); /* Fails */
@@ -459,7 +458,6 @@ For this reason, the two following call sequences will fail:
setns(fd, CLONE_NEWPID);
clone(..., CLONE_VM, ...); /* Fails */
.fi
-.in
Because the above
.BR unshare (2)