Signed-off-by: David Prévot <taffit@xxxxxxxxxx> --- man2/ptrace.2 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/man2/ptrace.2 b/man2/ptrace.2 index 8af246f..ea41a26 100644 --- a/man2/ptrace.2 +++ b/man2/ptrace.2 @@ -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 -- 1.7.6.3 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html