From a6865065335f2356336def002c72a38ab34632cc Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 12 Aug 2016 07:04:43 +1200 Subject: [PATCH] ptrace.2: ffix Reported-by: Sam Varshavchik Signed-off-by: Michael Kerrisk --- man2/ptrace.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/ptrace.2 b/man2/ptrace.2 index a20df575f..36d81b95a 100644 --- a/man2/ptrace.2 +++ b/man2/ptrace.2 @@ -370,6 +370,7 @@ struct ptrace_peeksiginfo_args { s32 nr; /* Number of signals to copy */ }; .fi +.in Currently, there is only one flag, .BR PTRACE_PEEKSIGINFO_SHARED , @@ -2171,7 +2172,6 @@ Defined as .B PTRACE_MODE_ATTACH_REALCREDS Defined as .BR "PTRACE_MODE_ATTACH | PTRACE_MODE_REALCREDS" . -.fi .PP One further modifier can be ORed with the access mode: .TP