aboutsummaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
Diffstat (limited to 'procps')
-rw-r--r--procps/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/procps/Config.in b/procps/Config.in
index 585893ed8..642ebd015 100644
--- a/procps/Config.in
+++ b/procps/Config.in
@@ -18,7 +18,7 @@ config FUSER
18 default n 18 default n
19 help 19 help
20 fuser lists all PIDs (Process IDs) that currently have a given 20 fuser lists all PIDs (Process IDs) that currently have a given
21 file open. fuser can also list all PIDs that have a given network 21 file open. fuser can also list all PIDs that have a given network
22 (TCP or UDP) port open. 22 (TCP or UDP) port open.
23 23
24config KILL 24config KILL
@@ -26,7 +26,7 @@ config KILL
26 default n 26 default n
27 help 27 help
28 The command kill sends the specified signal to the specified 28 The command kill sends the specified signal to the specified
29 process or process group. If no signal is specified, the TERM 29 process or process group. If no signal is specified, the TERM
30 signal is sent. 30 signal is sent.
31 31
32config KILLALL 32config KILLALL
@@ -35,7 +35,7 @@ config KILLALL
35 depends on KILL 35 depends on KILL
36 help 36 help
37 killall sends a signal to all processes running any of the 37 killall sends a signal to all processes running any of the
38 specified commands. If no signal name is specified, SIGTERM is 38 specified commands. If no signal name is specified, SIGTERM is
39 sent. 39 sent.
40 40
41config KILLALL5 41config KILLALL5