diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2012-07-05 12:37:07 -0500 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2012-07-05 12:37:07 -0500 |
commit | 7f98d205ea2cdf777a8053dfde6602136adf70a3 (patch) | |
tree | 3e14435f6fa0d3ff55304331054136e53d356475 /sys/man/1/kill | |
parent | 1231ba045ae540fd1cf1f675822504c5f64d258c (diff) |
kill(1): english
Diffstat (limited to 'sys/man/1/kill')
-rw-r--r-- | sys/man/1/kill | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/man/1/kill b/sys/man/1/kill index ed4e40c25..d0c2de1fb 100644 --- a/sys/man/1/kill +++ b/sys/man/1/kill @@ -67,8 +67,11 @@ the broken processes. 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 +exhaustion. This is usually run from +.B termrc +and +.B cpurc +(see .IR cpurc (8)) to protect important system processes from getting killed. |