mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
kill.1: mention special meaning of PGID as a PID
PR: 284158 MFC after: 3 days
This commit is contained in:
parent
f5cf173de0
commit
d6c2d4fe97
1 changed files with 3 additions and 0 deletions
|
|
@ -85,6 +85,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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue