ptrace.2: tfix

Signed-off-by: David Prévot <taffit@debian.org>
This commit is contained in:
David Prévot 2011-09-18 17:41:17 -04:00 committed by Michael Kerrisk
parent 4a7300fe45
commit 5243e7b3b8
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ as a bit mask of options, which are specified by the following flags:
.TP
.BR PTRACE_O_TRACESYSGOOD " (since Linux 2.4.6)"
When delivering syscall traps, set bit 7 in the signal number
(i.e., deliver \fI(SIGTRAP | 0x80)\fP.
(i.e., deliver \fISIGTRAP | 0x80\fP).
This makes it easy for the tracer to tell the difference
between normal traps and those caused by a syscall.
.RB ( PTRACE_O_TRACESYSGOOD