View | Details | Raw Unified | Return to bug 284158
Collapse All | Expand All

(-)b/bin/kill/kill.1 (-2 / +3 lines)
Lines 81-86 of the default Link Here
81
.Pp
81
.Pp
82
The following PIDs have special meanings:
82
The following PIDs have special meanings:
83
.Bl -tag -width indent
83
.Bl -tag -width indent
84
.It 0
85
The signal is sent to all processes whose group ID is equal to the process
86
group ID of the sender, and for which the process has permission.
84
.It -1
87
.It -1
85
If superuser, broadcast the signal to all processes; otherwise broadcast
88
If superuser, broadcast the signal to all processes; otherwise broadcast
86
to all processes belonging to the user.
89
to all processes belonging to the user.
87
- 
88
--
89
bin/kill/kill.1 | 2 ++
90
bin/kill/kill.1 | 2 ++
90
1 file changed, 2 insertions(+)
91
1 file changed, 2 insertions(+)
(-)b/bin/kill/kill.1 (-1 / +2 lines)
Lines 87-92 group ID of the sender, and for which the process has permission. Link Here
87
.It -1
87
.It -1
88
If superuser, broadcast the signal to all processes; otherwise broadcast
88
If superuser, broadcast the signal to all processes; otherwise broadcast
89
to all processes belonging to the user.
89
to all processes belonging to the user.
90
.It - Ns Ar PGID
91
The signal is sent to all processes that belong to this process group ID (PGID).
90
.El
92
.El
91
.Pp
93
.Pp
92
Some of the more commonly used signals:
94
Some of the more commonly used signals:
93
- 

Return to bug 284158