git: fe74df3f9db8 - stable/14 - kill.1: mention special meaning of PGID as a PID
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Jan 2025 00:26:46 UTC
The branch stable/14 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=fe74df3f9db830194ba7b91d4d703dddee2a60c7
commit fe74df3f9db830194ba7b91d4d703dddee2a60c7
Author: artembunichev <artembunichev@zohomail.com>
AuthorDate: 2025-01-19 12:58:55 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-01-21 00:25:59 +0000
kill.1: mention special meaning of PGID as a PID
PR: 284158
(cherry picked from commit d6c2d4fe975c70975bdc6bec76d044408f6dcb8c)
---
bin/kill/kill.1 | 3 +++
1 file changed, 3 insertions(+)
diff --git a/bin/kill/kill.1 b/bin/kill/kill.1
index 0d3754626ee6..b977e7899ab9 100644
--- a/bin/kill/kill.1
+++ b/bin/kill/kill.1
@@ -87,6 +87,9 @@ 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 the specified
+process group ID (PGID).
.El
.Pp
Some of the more commonly used signals: