From 3c5253a5b934f0e1933311d4ee2277bc6a50150e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 22 Dec 2016 12:11:10 +0100 Subject: [PATCH] kcmp.2: Mention the clone(2) flags relating to various kcmp() 'type' values Signed-off-by: Michael Kerrisk --- man2/kcmp.2 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/man2/kcmp.2 b/man2/kcmp.2 index 31c84f281..00c29dd96 100644 --- a/man2/kcmp.2 +++ b/man2/kcmp.2 @@ -90,6 +90,10 @@ The arguments and .I idx2 are ignored. +See the discussion of the +.BR CLONE_FILES +flag in +.BR clone (2). .TP .BR KCMP_FS Check whether the processes share the same filesystem information @@ -99,6 +103,10 @@ The arguments and .I idx2 are ignored. +See the discussion of the +.BR CLONE_FS +flag in +.BR clone (2). .TP .BR KCMP_IO Check whether the processes share I/O context. @@ -107,6 +115,10 @@ The arguments and .I idx2 are ignored. +See the discussion of the +.BR CLONE_IO +flag in +.BR clone (2). .TP .BR KCMP_SIGHAND Check whether the processes share the same table of signal dispositions. @@ -115,6 +127,10 @@ The arguments and .I idx2 are ignored. +See the discussion of the +.BR CLONE_SIGHAND +flag in +.BR clone (2). .TP .BR KCMP_SYSVSEM Check whether the processes share the same @@ -124,6 +140,10 @@ The arguments and .I idx2 are ignored. +See the discussion of the +.BR CLONE_SYSVSEM +flag in +.BR clone (2). .TP .BR KCMP_VM Check whether the processes share the same address space. @@ -132,6 +152,10 @@ The arguments and .I idx2 are ignored. +See the discussion of the +.BR CLONE_VM +flag in +.BR clone (2). .PP Note the .BR kcmp ()