ptrace.2: srcfix to avoid groff warning

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Bjarni Ingi Gislason 2012-05-07 09:42:31 +12:00 committed by Michael Kerrisk
parent 27844710c8
commit 0ce81ab564
1 changed files with 1 additions and 1 deletions

View File

@ -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 ,