kcmp.2: Mention the clone(2) flags relating to various kcmp() 'type' values

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-12-22 12:11:10 +01:00
parent a579a5ab16
commit 3c5253a5b9
1 changed files with 24 additions and 0 deletions

View File

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