FreeBSD Bugzilla – Attachment 256799 Details for
Bug 284158
[patch] Some special PIDs for kill(1) are missed in the man page.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for kill.1 manual page.
kill.patch (text/plain), 1.55 KB, created by
Artem Bunichev
on 2025-01-19 13:15:41 UTC
(
hide
)
Description:
Patch for kill.1 manual page.
Filename:
MIME Type:
Creator:
Artem Bunichev
Created:
2025-01-19 13:15:41 UTC
Size:
1.55 KB
patch
obsolete
>From 5e87b237655c8c5059da7c149cc6a2fcac53b98c Mon Sep 17 00:00:00 2001 >From: artembunichev <artembunichev@zohomail.com> >Date: Sun, 19 Jan 2025 15:49:14 +0300 >Subject: [PATCH 1/2] kill.1: mention special 0 PID. > >--- > bin/kill/kill.1 | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/bin/kill/kill.1 b/bin/kill/kill.1 >index f3f0d27bb89b..0d3754626ee6 100644 >--- a/bin/kill/kill.1 >+++ b/bin/kill/kill.1 >@@ -81,6 +81,9 @@ of the default > .Pp > The following PIDs have special meanings: > .Bl -tag -width indent >+.It 0 >+The signal is sent to all processes whose group ID is equal to the process >+group ID of the sender, and for which the process has permission. > .It -1 > If superuser, broadcast the signal to all processes; otherwise broadcast > to all processes belonging to the user. >-- >2.45.2 > > >From 02ccdfd0f75a1bcad151fafbff11e19dc24a23dc Mon Sep 17 00:00:00 2001 >From: artembunichev <artembunichev@zohomail.com> >Date: Sun, 19 Jan 2025 15:58:55 +0300 >Subject: [PATCH 2/2] kill.1: mention special meaning of PGID as a PID. > >--- > bin/kill/kill.1 | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/bin/kill/kill.1 b/bin/kill/kill.1 >index 0d3754626ee6..2ddb4dfc42dc 100644 >--- a/bin/kill/kill.1 >+++ b/bin/kill/kill.1 >@@ -87,6 +87,8 @@ group ID of the sender, and for which the process has permission. > .It -1 > If superuser, broadcast the signal to all processes; otherwise broadcast > to all processes belonging to the user. >+.It - Ns Ar PGID >+The signal is sent to all processes that belong to this process group ID (PGID). > .El > .Pp > Some of the more commonly used signals: >-- >2.45.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 284158
: 256799