diff options
| author | artembunichev <artembunichev@zohomail.com> | 2025-01-19 12:49:14 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2025-01-21 00:25:59 +0000 |
| commit | 2c0e00dc0147bdf3a6a84d0a16174aa521cbd262 (patch) | |
| tree | c05c676e5fdce336aa506741976405dc4d3bc1df /bin/kill/kill.1 | |
| parent | 1a085ee97343c3938a12a7813421cec05768945b (diff) | |
Diffstat (limited to 'bin/kill/kill.1')
| -rw-r--r-- | bin/kill/kill.1 | 3 |
1 files changed, 3 insertions, 0 deletions
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. |
