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 /miscutils | |
| parent | 08d120e6e1242498b8e5ca92870a362bb1c64c85 (diff) | |
| download | busybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.tar.gz busybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.tar.bz2 busybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.zip | |
- wrap overlong lines (Cristian Ionescu-Idbohrn)
- s/\. /. /g;# (me)
Diffstat (limited to 'miscutils')
| -rw-r--r-- | miscutils/Config.in | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 2a80e6148..0c80ae6e9 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
| @@ -101,7 +101,7 @@ config CROND | |||
| 101 | help | 101 | help |
| 102 | Crond is a background daemon that parses individual crontab | 102 | Crond is a background daemon that parses individual crontab |
| 103 | files and executes commands on behalf of the users in question. | 103 | files and executes commands on behalf of the users in question. |
| 104 | This is a port of dcron from slackware. It uses files of the | 104 | This is a port of dcron from slackware. It uses files of the |
| 105 | format /var/spool/cron/crontabs/<username> files, for example: | 105 | format /var/spool/cron/crontabs/<username> files, for example: |
| 106 | $ cat /var/spool/cron/crontabs/root | 106 | $ cat /var/spool/cron/crontabs/root |
| 107 | # Run daily cron jobs at 4:40 every day: | 107 | # Run daily cron jobs at 4:40 every day: |
| @@ -126,7 +126,7 @@ config CRONTAB | |||
| 126 | default n | 126 | default n |
| 127 | select FEATURE_SUID | 127 | select FEATURE_SUID |
| 128 | help | 128 | help |
| 129 | Crontab manipulates the crontab for a particular user. Only | 129 | Crontab manipulates the crontab for a particular user. Only |
| 130 | the superuser may specify a different user and/or crontab directory. | 130 | the superuser may specify a different user and/or crontab directory. |
| 131 | Note that Busybox binary must be setuid root for this applet to | 131 | Note that Busybox binary must be setuid root for this applet to |
| 132 | work properly. | 132 | work properly. |
| @@ -185,14 +185,14 @@ config FEATURE_DEVFS | |||
| 185 | This is obsolete and will be going away at the end of 2008.. | 185 | This is obsolete and will be going away at the end of 2008.. |
| 186 | 186 | ||
| 187 | This tells busybox to look for names like /dev/loop/0 instead of | 187 | This tells busybox to look for names like /dev/loop/0 instead of |
| 188 | /dev/loop0. If your /dev directory has normal names instead of | 188 | /dev/loop0. If your /dev directory has normal names instead of |
| 189 | devfs names, you don't want this. | 189 | devfs names, you don't want this. |
| 190 | 190 | ||
| 191 | config EJECT | 191 | config EJECT |
| 192 | bool "eject" | 192 | bool "eject" |
| 193 | default n | 193 | default n |
| 194 | help | 194 | help |
| 195 | Used to eject cdroms. (defaults to /dev/cdrom) | 195 | Used to eject cdroms. (defaults to /dev/cdrom) |
| 196 | 196 | ||
| 197 | config FEATURE_EJECT_SCSI | 197 | config FEATURE_EJECT_SCSI |
| 198 | bool "SCSI support" | 198 | bool "SCSI support" |
| @@ -311,8 +311,8 @@ config HDPARM | |||
| 311 | bool "hdparm" | 311 | bool "hdparm" |
| 312 | default n | 312 | default n |
| 313 | help | 313 | help |
| 314 | Get/Set hard drive parameters. Primarily intended for ATA | 314 | Get/Set hard drive parameters. Primarily intended for ATA |
| 315 | drives. Adds about 13k (or around 30k if you enable the | 315 | drives. Adds about 13k (or around 30k if you enable the |
| 316 | FEATURE_HDPARM_GET_IDENTITY option).... | 316 | FEATURE_HDPARM_GET_IDENTITY option).... |
| 317 | 317 | ||
| 318 | config FEATURE_HDPARM_GET_IDENTITY | 318 | config FEATURE_HDPARM_GET_IDENTITY |
| @@ -355,7 +355,7 @@ config FEATURE_HDPARM_HDIO_TRISTATE_HWIF | |||
| 355 | depends on HDPARM | 355 | depends on HDPARM |
| 356 | help | 356 | help |
| 357 | Enables the 'hdparm -x' option to tristate device for hotswap, | 357 | Enables the 'hdparm -x' option to tristate device for hotswap, |
| 358 | and the '-b' option to get/set bus state. This is dangerous | 358 | and the '-b' option to get/set bus state. This is dangerous |
| 359 | stuff, so you should probably say N. | 359 | stuff, so you should probably say N. |
| 360 | 360 | ||
| 361 | config FEATURE_HDPARM_HDIO_GETSET_DMA | 361 | config FEATURE_HDPARM_HDIO_GETSET_DMA |
| @@ -420,7 +420,7 @@ config MT | |||
| 420 | bool "mt" | 420 | bool "mt" |
| 421 | default n | 421 | default n |
| 422 | help | 422 | help |
| 423 | mt is used to control tape devices. You can use the mt utility | 423 | mt is used to control tape devices. You can use the mt utility |
| 424 | to advance or rewind a tape past a specified number of archive | 424 | to advance or rewind a tape past a specified number of archive |
| 425 | files on the tape. | 425 | files on the tape. |
| 426 | 426 | ||
| @@ -441,7 +441,7 @@ config READAHEAD | |||
| 441 | 441 | ||
| 442 | This applet just calls the readahead(2) system call on each file. | 442 | This applet just calls the readahead(2) system call on each file. |
| 443 | It is mainly useful in system startup scripts to preload files | 443 | It is mainly useful in system startup scripts to preload files |
| 444 | or executables before they are used. When used at the right time | 444 | or executables before they are used. When used at the right time |
| 445 | (in particular when a CPU bound process is running) it can | 445 | (in particular when a CPU bound process is running) it can |
| 446 | significantly speed up system startup. | 446 | significantly speed up system startup. |
| 447 | 447 | ||
| @@ -514,8 +514,8 @@ config WATCHDOG | |||
| 514 | default n | 514 | default n |
| 515 | help | 515 | help |
| 516 | The watchdog utility is used with hardware or software watchdog | 516 | The watchdog utility is used with hardware or software watchdog |
| 517 | device drivers. It opens the specified watchdog device special file | 517 | device drivers. It opens the specified watchdog device special file |
| 518 | and periodically writes a magic character to the device. If the | 518 | and periodically writes a magic character to the device. If the |
| 519 | watchdog applet ever fails to write the magic character within a | 519 | watchdog applet ever fails to write the magic character within a |
| 520 | certain amount of time, the watchdog device assumes the system has | 520 | certain amount of time, the watchdog device assumes the system has |
| 521 | hung, and will cause the hardware to reboot. | 521 | hung, and will cause the hardware to reboot. |
