summaryrefslogtreecommitdiffstats
path: root/package/busybox/config/procps
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-25 13:52:31 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-25 13:52:31 +0000
commit396dbf68b1cfdce2e6f455b5ec646b4c5b65c55e (patch)
tree961a48c9e27d27fd96ca6b76e567c7c5c7d5b4ea /package/busybox/config/procps
parent3e0df3b274bd2793ce089f9bd8c40c7ed4b56de6 (diff)
[package] busybox: update to v1.12.4 (partially closes: #4279)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16053 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config/procps')
-rw-r--r--package/busybox/config/procps/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/busybox/config/procps/Config.in b/package/busybox/config/procps/Config.in
index f650f5220..ac9316399 100644
--- a/package/busybox/config/procps/Config.in
+++ b/package/busybox/config/procps/Config.in
@@ -18,7 +18,7 @@ config BUSYBOX_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 BUSYBOX_CONFIG_KILL
@@ -26,7 +26,7 @@ config BUSYBOX_CONFIG_KILL
default y
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 BUSYBOX_CONFIG_KILLALL
@@ -35,7 +35,7 @@ config BUSYBOX_CONFIG_KILLALL
depends on BUSYBOX_CONFIG_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 BUSYBOX_CONFIG_KILLALL5