summaryrefslogtreecommitdiff
path: root/man/kill.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/kill.1')
-rw-r--r--man/kill.18
1 files changed, 4 insertions, 4 deletions
diff --git a/man/kill.1 b/man/kill.1
index c5f4229..ca02142 100644
--- a/man/kill.1
+++ b/man/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 "2021-05-18" "procps-ng" "User Commands"
+.TH KILL 1 "2023-01-16" "procps-ng" "User Commands"
.SH NAME
kill \- send a signal to a process
.SH SYNOPSIS
@@ -46,13 +46,13 @@ manual page.
.TP
\fB\-q\fR, \fB\-\-queue \fIvalue\fP
Use
-.BR sigqueue(3)
+.BR sigqueue (3)
rather than
-.BR kill(2)
+.BR kill (2)
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) ,
+.BR sigaction (2),
then it can obtain this data via the si_value field of the
siginfo_t structure.
.TP