From 0ce81ab564c73fc3bda4375d19a66856f4ef7ff8 Mon Sep 17 00:00:00 2001 From: Bjarni Ingi Gislason Date: Mon, 7 May 2012 09:42:31 +1200 Subject: [PATCH] ptrace.2: srcfix to avoid groff warning 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 692dc6901..861aae973 100644 --- a/man2/ptrace.2 +++ b/man2/ptrace.2 @@ -752,7 +752,7 @@ and if there is ambiguity in that value, by querying .I WSTOPSIG(status) macro can't be used to perform this examination, because it returns the value -.IR "(status\>>8)\ &\ 0xff" .) +.IR "(status>>8)\ &\ 0xff" .) .SS Signal-delivery-stop When a (possibly multithreaded) process receives any signal except .BR SIGKILL ,