From ff01b23214746fa66e6af7611548add1ced28611 Mon Sep 17 00:00:00 2001 From: Andrey Vagin Date: Tue, 16 Jul 2013 12:19:31 +0400 Subject: [PATCH] ptrace.2: Place GETSIGINFO and SETSIGINFO near each other Signed-off-by: Andrey Vagin Signed-off-by: Michael Kerrisk --- man2/ptrace.2 | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/man2/ptrace.2 b/man2/ptrace.2 index c7270fa0f..60d534528 100644 --- a/man2/ptrace.2 +++ b/man2/ptrace.2 @@ -255,18 +255,6 @@ On return, the kernel modifies .B iov.len to indicate the actual number of bytes returned. .TP -.BR PTRACE_GETSIGINFO " (since Linux 2.3.99-pre6)" -Retrieve information about the signal that caused the stop. -Copy a -.I siginfo_t -structure (see -.BR sigaction (2)) -from the tracee to the address -.I data -in the tracer. -.RI ( addr -is ignored.) -.TP .BR PTRACE_SETREGS ", " PTRACE_SETFPREGS Modify the tracee's general-purpose or floating-point registers, respectively, from the address @@ -301,6 +289,18 @@ and is analogous to .BR PTRACE_GETREGSET . .TP +.BR PTRACE_GETSIGINFO " (since Linux 2.3.99-pre6)" +Retrieve information about the signal that caused the stop. +Copy a +.I siginfo_t +structure (see +.BR sigaction (2)) +from the tracee to the address +.I data +in the tracer. +.RI ( addr +is ignored.) +.TP .BR PTRACE_SETSIGINFO " (since Linux 2.3.99-pre6)" Set signal information: copy a