diff options
Diffstat (limited to 'miscutils')
| -rw-r--r-- | miscutils/devfsd.c | 2 | ||||
| -rw-r--r-- | miscutils/hdparm.c | 12 | ||||
| -rw-r--r-- | miscutils/last.c | 2 | ||||
| -rw-r--r-- | miscutils/less.c | 5 |
4 files changed, 9 insertions, 12 deletions
diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c index 99bdc72b8..334f1071b 100644 --- a/miscutils/devfsd.c +++ b/miscutils/devfsd.c | |||
| @@ -82,7 +82,7 @@ | |||
| 82 | //config: the external modutils. | 82 | //config: the external modutils. |
| 83 | //config: | 83 | //config: |
| 84 | //config:config DEVFSD_FG_NP | 84 | //config:config DEVFSD_FG_NP |
| 85 | //config: bool "Enables the -fg and -np options" | 85 | //config: bool "Enable the -fg and -np options" |
| 86 | //config: default y | 86 | //config: default y |
| 87 | //config: depends on DEVFSD | 87 | //config: depends on DEVFSD |
| 88 | //config: help | 88 | //config: help |
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 | ||
diff --git a/miscutils/last.c b/miscutils/last.c index 67c1343f1..b3f125c3f 100644 --- a/miscutils/last.c +++ b/miscutils/last.c | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | //config: 'last' displays a list of the last users that logged into the system. | 14 | //config: 'last' displays a list of the last users that logged into the system. |
| 15 | //config: | 15 | //config: |
| 16 | //config:config FEATURE_LAST_FANCY | 16 | //config:config FEATURE_LAST_FANCY |
| 17 | //config: bool "Turn on output of extra information" | 17 | //config: bool "Output extra information" |
| 18 | //config: default y | 18 | //config: default y |
| 19 | //config: depends on LAST | 19 | //config: depends on LAST |
| 20 | //config: help | 20 | //config: help |
diff --git a/miscutils/less.c b/miscutils/less.c index e90691b49..0b0a9aed4 100644 --- a/miscutils/less.c +++ b/miscutils/less.c | |||
| @@ -87,7 +87,6 @@ | |||
| 87 | //config: this option makes less perform a last-ditch effort to find it: | 87 | //config: this option makes less perform a last-ditch effort to find it: |
| 88 | //config: position cursor to 999,999 and ask terminal to report real | 88 | //config: position cursor to 999,999 and ask terminal to report real |
| 89 | //config: cursor position using "ESC [ 6 n" escape sequence, then read stdin. | 89 | //config: cursor position using "ESC [ 6 n" escape sequence, then read stdin. |
| 90 | //config: | ||
| 91 | //config: This is not clean but helps a lot on serial lines and such. | 90 | //config: This is not clean but helps a lot on serial lines and such. |
| 92 | //config: | 91 | //config: |
| 93 | //config:config FEATURE_LESS_DASHCMD | 92 | //config:config FEATURE_LESS_DASHCMD |
| @@ -99,11 +98,9 @@ | |||
| 99 | //config: less itself ('-' keyboard command). | 98 | //config: less itself ('-' keyboard command). |
| 100 | //config: | 99 | //config: |
| 101 | //config:config FEATURE_LESS_LINENUMS | 100 | //config:config FEATURE_LESS_LINENUMS |
| 102 | //config: bool "Enable dynamic switching of line numbers" | 101 | //config: bool "Enable -N (dynamic switching of line numbers)" |
| 103 | //config: default y | 102 | //config: default y |
| 104 | //config: depends on FEATURE_LESS_DASHCMD | 103 | //config: depends on FEATURE_LESS_DASHCMD |
| 105 | //config: help | ||
| 106 | //config: Enables "-N" command. | ||
| 107 | 104 | ||
| 108 | //applet:IF_LESS(APPLET(less, BB_DIR_USR_BIN, BB_SUID_DROP)) | 105 | //applet:IF_LESS(APPLET(less, BB_DIR_USR_BIN, BB_SUID_DROP)) |
| 109 | 106 | ||
