aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/config/procps/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-08-08 10:27:25 +0000
committerNicolas Thill <nico@openwrt.org>2006-08-08 10:27:25 +0000
commit50648868b42130613da4cf4f0fb89d3d746d7da1 (patch)
tree4f3654fa1450bd7ceb736f86122a026c5a79056b /package/busybox/config/procps/Config.in
parent793b8ca59ab5fd3ff052a07b0ba0a45fc9e15dfb (diff)
downloadmaster-187ad058-50648868b42130613da4cf4f0fb89d3d746d7da1.tar.gz
master-187ad058-50648868b42130613da4cf4f0fb89d3d746d7da1.tar.bz2
master-187ad058-50648868b42130613da4cf4f0fb89d3d746d7da1.zip
update busybox to v1.2.1
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4528 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config/procps/Config.in')
-rw-r--r--package/busybox/config/procps/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/busybox/config/procps/Config.in b/package/busybox/config/procps/Config.in
index b94632b467..34d1ace087 100644
--- a/package/busybox/config/procps/Config.in
+++ b/package/busybox/config/procps/Config.in
@@ -51,14 +51,14 @@ config BUSYBOX_CONFIG_PIDOF
those id's on the standard output.
config BUSYBOX_CONFIG_FEATURE_PIDOF_SINGLE
- bool " Enable argument for single shot (-s)"
+ bool "Enable argument for single shot (-s)"
default n
depends on BUSYBOX_CONFIG_PIDOF
help
Support argument '-s' for returning only the first pid found.
config BUSYBOX_CONFIG_FEATURE_PIDOF_OMIT
- bool " Enable argument for omitting pids (-o)"
+ bool "Enable argument for omitting pids (-o)"
default n
depends on BUSYBOX_CONFIG_PIDOF
help
@@ -73,7 +73,7 @@ config BUSYBOX_CONFIG_PS
ps gives a snapshot of the current processes.
config BUSYBOX_CONFIG_FEATURE_PS_WIDE
- bool " Enable argument for wide output (-w)"
+ bool "Enable argument for wide output (-w)"
default n
depends on BUSYBOX_CONFIG_PS
help
@@ -102,7 +102,7 @@ config BUSYBOX_CONFIG_TOP
system.
config BUSYBOX_CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
- bool " Support showing CPU usage percentage (add 2k bytes)"
+ bool "Support showing CPU usage percentage (add 2k bytes)"
default y
depends on BUSYBOX_CONFIG_TOP
help