]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
unshare.2: Note flags implied by CLONE_THREAD and CLONE_VM
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 14 Sep 2014 03:07:12 +0000 (20:07 -0700)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 15 Sep 2014 04:29:47 +0000 (21:29 -0700)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/unshare.2

index 1c8f109be073ba7ada74c1adc469e15a8827a340..d61449c96fb85d69fd648390851563a6747d8777 100644 (file)
@@ -251,6 +251,14 @@ can be specified in
 if the caller is single threaded (i.e., it is not sharing
 its address space with another process or thread).
 In this case, these flags have no effect.
+(Note also that specifying
+.BR CLONE_THREAD
+automatically implies
+.BR CLONE_VM ,
+and specifying
+.BR CLONE_VM
+automatically implies
+.BR CLONE_SIGHAND .)
 .\" As at 3.9, the following forced implications also apply,
 .\" although the relevant flags are not yet implemented.
 .\" If CLONE_THREAD is set force CLONE_VM.