aboutsummaryrefslogtreecommitdiff
path: root/miscutils/hdparm.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-01-10 14:58:54 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2017-01-10 14:58:54 +0100
commitf560422fa079b07a761a572ca4f9cf287c2cc47e (patch)
tree6962fe92683c37e561363eed6da8b60c09842196 /miscutils/hdparm.c
parentf10f7a21d40d5ce0846414973e88602a59d4580e (diff)
downloadbusybox-w32-f560422fa079b07a761a572ca4f9cf287c2cc47e.tar.gz
busybox-w32-f560422fa079b07a761a572ca4f9cf287c2cc47e.tar.bz2
busybox-w32-f560422fa079b07a761a572ca4f9cf287c2cc47e.zip
Big cleanup in config help and description
Redundant help texts (one which only repeats the description) are deleted. Descriptions and help texts are trimmed. Some config options are moved, even across menus. No config option _names_ are changed. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/hdparm.c')
-rw-r--r--miscutils/hdparm.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c
index e43a0dec2..84675285a 100644
--- a/miscutils/hdparm.c
+++ b/miscutils/hdparm.c
@@ -25,7 +25,7 @@
25//config: default y 25//config: default y
26//config: depends on HDPARM 26//config: depends on HDPARM
27//config: help 27//config: help
28//config: Enables the -I and -i options to obtain detailed information 28//config: Enable the -I and -i options to obtain detailed information
29//config: directly from drives about their capabilities and supported ATA 29//config: directly from drives about their capabilities and supported ATA
30//config: feature set. If no device name is specified, hdparm will read 30//config: feature set. If no device name is specified, hdparm will read
31//config: identify data from stdin. Enabling this option will add about 16k... 31//config: identify data from stdin. Enabling this option will add about 16k...
@@ -35,7 +35,7 @@
35//config: default y 35//config: default y
36//config: depends on HDPARM 36//config: depends on HDPARM
37//config: help 37//config: help
38//config: Enables the 'hdparm -R' option to register an IDE interface. 38//config: Enable the 'hdparm -R' option to register an IDE interface.
39//config: This is dangerous stuff, so you should probably say N. 39//config: This is dangerous stuff, so you should probably say N.
40//config: 40//config:
41//config:config FEATURE_HDPARM_HDIO_UNREGISTER_HWIF 41//config:config FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
@@ -43,7 +43,7 @@
43//config: default y 43//config: default y
44//config: depends on HDPARM 44//config: depends on HDPARM
45//config: help 45//config: help
46//config: Enables the 'hdparm -U' option to un-register an IDE interface. 46//config: Enable the 'hdparm -U' option to un-register an IDE interface.
47//config: This is dangerous stuff, so you should probably say N. 47//config: This is dangerous stuff, so you should probably say N.
48//config: 48//config:
49//config:config FEATURE_HDPARM_HDIO_DRIVE_RESET 49//config:config FEATURE_HDPARM_HDIO_DRIVE_RESET
@@ -51,7 +51,7 @@
51//config: default y 51//config: default y
52//config: depends on HDPARM 52//config: depends on HDPARM
53//config: help 53//config: help
54//config: Enables the 'hdparm -w' option to perform a device reset. 54//config: Enable the 'hdparm -w' option to perform a device reset.
55//config: This is dangerous stuff, so you should probably say N. 55//config: This is dangerous stuff, so you should probably say N.
56//config: 56//config:
57//config:config FEATURE_HDPARM_HDIO_TRISTATE_HWIF 57//config:config FEATURE_HDPARM_HDIO_TRISTATE_HWIF
@@ -59,7 +59,7 @@
59//config: default y 59//config: default y
60//config: depends on HDPARM 60//config: depends on HDPARM
61//config: help 61//config: help
62//config: Enables the 'hdparm -x' option to tristate device for hotswap, 62//config: Enable the 'hdparm -x' option to tristate device for hotswap,
63//config: and the '-b' option to get/set bus state. This is dangerous 63//config: and the '-b' option to get/set bus state. This is dangerous
64//config: stuff, so you should probably say N. 64//config: stuff, so you should probably say N.
65//config: 65//config:
@@ -68,7 +68,7 @@
68//config: default y 68//config: default y
69//config: depends on HDPARM 69//config: depends on HDPARM
70//config: help 70//config: help
71//config: Enables the 'hdparm -d' option to get/set using_dma flag. 71//config: Enable the 'hdparm -d' option to get/set using_dma flag.
72 72
73//applet:IF_HDPARM(APPLET(hdparm, BB_DIR_SBIN, BB_SUID_DROP)) 73//applet:IF_HDPARM(APPLET(hdparm, BB_DIR_SBIN, BB_SUID_DROP))
74 74