add dontkill to kill(1) manpage
This commit is contained in:
parent
c0627feea3
commit
000363db65
1 changed files with 16 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
.TH KILL 1
|
.TH KILL 1
|
||||||
.SH NAME
|
.SH NAME
|
||||||
kill, slay, broke \- print commands to kill processes
|
kill, slay, broke, dontkill \- print commands to kill processes
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B kill
|
.B kill
|
||||||
.I name ...
|
.I name ...
|
||||||
|
@ -12,6 +12,9 @@ kill, slay, broke \- print commands to kill processes
|
||||||
[
|
[
|
||||||
.I user
|
.I user
|
||||||
]
|
]
|
||||||
|
.PP
|
||||||
|
.B dontkill
|
||||||
|
.I regexp
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.I Kill
|
.I Kill
|
||||||
prints commands that will cause all processes called
|
prints commands that will cause all processes called
|
||||||
|
@ -59,10 +62,22 @@ Executing the commands printed by
|
||||||
.I broke
|
.I broke
|
||||||
lets the system reclaim the resources used by
|
lets the system reclaim the resources used by
|
||||||
the broken processes.
|
the broken processes.
|
||||||
|
.PP
|
||||||
|
.I Dontkill
|
||||||
|
flags processes matching the program name
|
||||||
|
.I regexp
|
||||||
|
as not to be killed in the event of memory
|
||||||
|
exhaustion. This is usualy run from termrc
|
||||||
|
and cpurc (see
|
||||||
|
.IR cpurc (8))
|
||||||
|
to protect important system processes from
|
||||||
|
getting killed.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /rc/bin/kill
|
.B /rc/bin/kill
|
||||||
.br
|
.br
|
||||||
.B /rc/bin/broke
|
.B /rc/bin/broke
|
||||||
|
.br
|
||||||
|
.B /rc/bin/dontkill
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR ps (1),
|
.IR ps (1),
|
||||||
.IR stop (1),
|
.IR stop (1),
|
||||||
|
|
Loading…
Reference in a new issue