aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-06-30 05:58:05 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-06-30 06:08:32 +0200
commitc212248c7780dd543985cd7c566099f465161adc (patch)
tree3186b760d852f28465a1429c6bdac4899df1257a
parent39b3f0058ee684c2acb3fc071bb726ca50570adc (diff)
downloadman-pages-c212248c7780dd543985cd7c566099f465161adc.tar.gz
clone.2: Add reference to mount_namespaces(7) under CLONE_NEWNS description
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/clone.28
1 files changed, 5 insertions, 3 deletions
diff --git a/man2/clone.2 b/man2/clone.2
index 78b75220be..ba98fd39d9 100644
--- a/man2/clone.2
+++ b/man2/clone.2
@@ -364,9 +364,6 @@ If
is not set, the child lives in the same mount
namespace as the parent.
-For further information on mount namespaces, see
-.BR namespaces (7).
-
Only a privileged process
.RB ( CAP_SYS_ADMIN )
can employ
@@ -379,6 +376,11 @@ and
in the same
.BR clone ()
call.
+
+For further information on mount namespaces, see
+.BR namespaces (7)
+and
+.BR mount_namespaces (7).
.TP
.BR CLONE_NEWPID " (since Linux 2.6.24)"
.\" This explanation draws a lot of details from