From 6756ea36fae8b7eb78fad7ee2a52474838c9ee49 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 29 Oct 2016 13:00:56 +0200 Subject: [PATCH] sigaction.2: srcfix: FIXME tidy-up Signed-off-by: Michael Kerrisk --- man2/sigaction.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man2/sigaction.2 b/man2/sigaction.2 index 6a284b4b6..54cf9dffc 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -279,8 +279,9 @@ siginfo_t { hardware-generated signal (unused on most architectures) */ .\" FIXME -.\" The siginfo_t 'si_trapno' field seems to be used only on SPARC and Alpha; -.\" this page could use a little more detail on its purpose there. +.\" The siginfo_t 'si_trapno' field seems to be used +.\" only on SPARC and Alpha; this page could use +.\" a little more detail on its purpose there. pid_t si_pid; /* Sending process ID */ uid_t si_uid; /* Real user ID of sending process */ int si_status; /* Exit value or signal */