diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-22 18:27:53 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-22 18:27:53 +0000 |
commit | 3e8669f3599c05797b907faac2d2a5fc8827902c (patch) | |
tree | 8a799cfbb3963a1da83b635df90638143b5bd078 /procps | |
parent | 08d120e6e1242498b8e5ca92870a362bb1c64c85 (diff) |
- wrap overlong lines (Cristian Ionescu-Idbohrn)
- s/\. /. /g;# (me)
Diffstat (limited to 'procps')
-rw-r--r-- | procps/Config.in | 6 |
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 default n help fuser lists all PIDs (Process IDs) that currently have a given - file open. fuser can also list all PIDs that have a given network + file open. fuser can also list all PIDs that have a given network (TCP or UDP) port open. config KILL @@ -26,7 +26,7 @@ config KILL default n help The command kill sends the specified signal to the specified - process or process group. If no signal is specified, the TERM + process or process group. If no signal is specified, the TERM signal is sent. config KILLALL @@ -35,7 +35,7 @@ config KILLALL depends on KILL help killall sends a signal to all processes running any of the - specified commands. If no signal name is specified, SIGTERM is + specified commands. If no signal name is specified, SIGTERM is sent. config KILLALL5 |