ptrace.2: tfix

Reported-by: Jann Horn <jann@thejh.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-06-29 06:47:16 +02:00
parent d5765e275d
commit e48ed83a6a
1 changed files with 1 additions and 1 deletions

View File

@ -2355,7 +2355,7 @@ When performing an operation that requires a
check, the calling process must either have the
.B CAP_SYS_PTRACE
capability in the user namespace of the target process or
it have a predefined relationship with the target process.
it must have a predefined relationship with the target process.
By default,
the predefined relationship is that the target process
must be a child of the caller.