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 <csmall@dropbear.xyz>
This commit is contained in:
Craig Small 2022-05-18 21:37:26 +10:00
parent fc3ba30af6
commit 3f48e8bdfc

6
kill.1
View File

@ -5,7 +5,7 @@
.\" Licensed under version 2 of the GNU General Public License. .\" Licensed under version 2 of the GNU General Public License.
.\" Written by Albert Cahalan; converted to a man page by .\" Written by Albert Cahalan; converted to a man page by
.\" Michael K. Johnson .\" 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 .SH NAME
kill \- send a signal to a process kill \- send a signal to a process
.SH SYNOPSIS .SH SYNOPSIS
@ -52,8 +52,8 @@ rather than
and the value argument is used to specify and the value argument is used to specify
an integer to be sent with the signal. If the receiving process has 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 installed a handler for this signal using the SA_SIGINFO flag to
.BR sigaction(2) .BR sigaction(2) ,
, then it can obtain this data via the si_value field of the then it can obtain this data via the si_value field of the
siginfo_t structure. siginfo_t structure.
.TP .TP
\fB\-l\fR, \fB\-\-list\fR [\fIsignal\fR] \fB\-l\fR, \fB\-\-list\fR [\fIsignal\fR]