From 3b1fdaf38ff7a410678580314d3652d53028db80 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 29 Oct 2016 12:23:48 +0200 Subject: [PATCH] ptrace.2: srcfix: FIXME tidy-up Signed-off-by: Michael Kerrisk --- man2/ptrace.2 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/man2/ptrace.2 b/man2/ptrace.2 index 36d81b95a..a87094db9 100644 --- a/man2/ptrace.2 +++ b/man2/ptrace.2 @@ -57,6 +57,7 @@ .\" PTRACE_GETHBPREGS ARM and ARM64 .\" PTRACE_SETHBPREGS ARM and ARM64 .\" PTRACE_SINGLEBLOCK Various architectures +.\" .\" and others that can be found in the arch/*/include/uapi/asm/ptrace files .\" .TH PTRACE 2 2016-07-17 "Linux" "Linux Programmer's Manual" @@ -1685,7 +1686,7 @@ may race and the concurrent .B SIGSTOP may be lost. .\" -.\" FIXME . Describe how to attach to a thread which is already group-stopped. +.\" FIXME Describe how to attach to a thread which is already group-stopped. .LP Since attaching sends .B SIGSTOP @@ -1778,8 +1779,8 @@ Yet another complication is to be sure that the tracee is not already ptrace-stopped, because no signal delivery happens while it is\(emnot even .BR SIGSTOP . -.\" FIXME . Describe how to detach from a group-stopped tracee so that it -.\" doesn't run, but continues to wait for SIGCONT. +.\" FIXME Describe how to detach from a group-stopped tracee so that it +.\" doesn't run, but continues to wait for SIGCONT. .LP If the tracer dies, all tracees are automatically detached and restarted, unless they were in group-stop.