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 ()