kill: Adjust documentation for sigqueue
Added NEWS item Changed the section for sigqueue as its 3 for me.
This commit is contained in:
parent
2b804a532a
commit
5335851452
1
NEWS
1
NEWS
@ -1,5 +1,6 @@
|
||||
procps-ng NEXT
|
||||
--------------
|
||||
* kill: Pass int to signalled process merge #32
|
||||
* pgrep: Check sanity of SG_ARG_MAX issue #152
|
||||
* pidof: show worker threads Redhat #1803640
|
||||
* ps.1: Mention stime alias issue #164
|
||||
|
3
kill.1
3
kill.1
@ -47,7 +47,7 @@ manual page.
|
||||
.TP
|
||||
\fB\-q\fR, \fB\-\-queue \fIvalue\fP
|
||||
Use
|
||||
.BR sigqueue(2)
|
||||
.BR sigqueue(3)
|
||||
rather than
|
||||
.BR kill(2)
|
||||
and the value argument is used to specify
|
||||
@ -89,6 +89,7 @@ Send the default signal, SIGTERM, to all those processes.
|
||||
.BR pkill (1),
|
||||
.BR renice (1),
|
||||
.BR signal (7),
|
||||
.BR sigqueue (3),
|
||||
.BR skill (1)
|
||||
.SH STANDARDS
|
||||
This command meets appropriate standards. The
|
||||
|
Loading…
Reference in New Issue
Block a user