ptrace.2: srcfix: add info about PTRACE_SEIZE

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-03-28 17:36:26 +13:00
parent a73a078154
commit fec74bb1aa
1 changed files with 11 additions and 0 deletions

View File

@ -813,6 +813,17 @@ can not be attached via
.BR PTRACE_ATTACH .
.TP
.BR PTRACE_SEIZE " (since Linux 3.4)"
.\"
.\" Noted by Dmitry Levin:
.\"
.\" PTRACE_SEIZE was introduced by commit v3.1-rc1~308^2~28, but
.\" it had to be used along with a temporary flag PTRACE_SEIZE_DEVEL,
.\" which was removed later by commit v3.4-rc1~109^2~20.
.\"
.\" That is, [before] v3.4 we had a test mode of PTRACE_SEIZE API,
.\" which was not compatible with the current PTRACE_SEIZE API introduced
.\" in Linux 3.4.
.\"
Attach to the process specified in
.IR pid ,
making it a tracee of the calling process.