From: Craig Small Date: Wed, 18 May 2022 11:37:26 +0000 (+1000) Subject: docs: Minor fix for kill.1 manpage X-Git-Tag: v4.0.1rc1~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f48e8bdfca3a2e4dfcfa5c03e11381a3c89002d;p=procps-ng docs: Minor fix for kill.1 manpage Merge request 154 brought up the issue of the space before the commar after sigaction, however the MR included the translated generated pages. References: procps-ng/procps!154 Signed-off-by: Craig Small --- diff --git a/kill.1 b/kill.1 index fef1adc1..c5f42299 100644 --- a/kill.1 +++ b/kill.1 @@ -5,7 +5,7 @@ .\" Licensed under version 2 of the GNU General Public License. .\" Written by Albert Cahalan; converted to a man page by .\" Michael K. Johnson -.TH KILL 1 "2020-04-24" "procps-ng" "User Commands" +.TH KILL 1 "2021-05-18" "procps-ng" "User Commands" .SH NAME kill \- send a signal to a process .SH SYNOPSIS @@ -52,8 +52,8 @@ rather than and the value argument is used to specify an integer to be sent with the signal. If the receiving process has installed a handler for this signal using the SA_SIGINFO flag to -.BR sigaction(2) -, then it can obtain this data via the si_value field of the +.BR sigaction(2) , +then it can obtain this data via the si_value field of the siginfo_t structure. .TP \fB\-l\fR, \fB\-\-list\fR [\fIsignal\fR]