diff options
| author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-10-22 09:58:56 +0000 |
|---|---|---|
| committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-10-22 09:58:56 +0000 |
| commit | f5b2ef1fa680a60365df732e61ea814a492b3cdf (patch) | |
| tree | 12be1aa9b2eb9021ca7b7b4547efbf6e2f3eb023 /util-linux | |
| parent | 78a5a53bc68f7134a33d6c9084648b6325974124 (diff) | |
| download | busybox-w32-f5b2ef1fa680a60365df732e61ea814a492b3cdf.tar.gz busybox-w32-f5b2ef1fa680a60365df732e61ea814a492b3cdf.tar.bz2 busybox-w32-f5b2ef1fa680a60365df732e61ea814a492b3cdf.zip | |
Andreas Mohr writes:
the busybox menuconfig triggered my "inacceptable number of spelling mistakes"
upper level, so I decided to make a patch ;-)
I also improved some wording to describe some things in a better way.
Many thanks for an incredible piece of software!
Andreas Mohr, random OSS developer
git-svn-id: svn://busybox.net/trunk/busybox@7692 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'util-linux')
| -rw-r--r-- | util-linux/Config.in | 45 |
1 files changed, 22 insertions, 23 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index ffa31a009..2bb9c09cc 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
| @@ -24,8 +24,8 @@ config CONFIG_FBSET | |||
| 24 | help | 24 | help |
| 25 | fbset is used to show or change the settings of a Linux frame buffer | 25 | fbset is used to show or change the settings of a Linux frame buffer |
| 26 | device. The frame buffer device provides a simple and unique | 26 | device. The frame buffer device provides a simple and unique |
| 27 | interface to access a graphic display. Enable this option if you wish | 27 | interface to access a graphics display. Enable this option |
| 28 | to enable the 'fbset' utility. | 28 | if you wish to enable the 'fbset' utility. |
| 29 | 29 | ||
| 30 | 30 | ||
| 31 | config CONFIG_FEATURE_FBSET_FANCY | 31 | config CONFIG_FEATURE_FBSET_FANCY |
| @@ -34,7 +34,7 @@ config CONFIG_FEATURE_FBSET_FANCY | |||
| 34 | depends on CONFIG_FBSET | 34 | depends on CONFIG_FBSET |
| 35 | help | 35 | help |
| 36 | This option enables extended fbset options, allowing one to set the | 36 | This option enables extended fbset options, allowing one to set the |
| 37 | framebuffer size, color depth, etc. interface to access a graphic | 37 | framebuffer size, color depth, etc. interface to access a graphics |
| 38 | display. Enable this option if you wish to enable extended fbset | 38 | display. Enable this option if you wish to enable extended fbset |
| 39 | options. | 39 | options. |
| 40 | 40 | ||
| @@ -51,19 +51,19 @@ config CONFIG_FDFLUSH | |||
| 51 | bool "fdflush" | 51 | bool "fdflush" |
| 52 | default n | 52 | default n |
| 53 | help | 53 | help |
| 54 | Fdflush is only needed when changing media on slightly-broken | 54 | fdflush is only needed when changing media on slightly-broken |
| 55 | removable media drives. It is used to make Linux believe that a | 55 | removable media drives. It is used to make Linux believe that a |
| 56 | hardware disk-change switch has been actuated, which causes Linux to | 56 | hardware disk-change switch has been actuated, which causes Linux to |
| 57 | forget anything it has cached from the previous media. If you have | 57 | forget anything it has cached from the previous media. If you have |
| 58 | such a slightly-broken drive, you will need to run fdflush every time | 58 | such a slightly-broken drive, you will need to run fdflush every time |
| 59 | you change a disk. Most people have working hardware and can safely | 59 | you change a disk. Most people have working hardware and can safely |
| 60 | say leave this disabled. | 60 | leave this disabled. |
| 61 | 61 | ||
| 62 | config CONFIG_FDFORMAT | 62 | config CONFIG_FDFORMAT |
| 63 | bool "fdformat" | 63 | bool "fdformat" |
| 64 | default n | 64 | default n |
| 65 | help | 65 | help |
| 66 | Fdformat is used to low-level format a floppy disk. | 66 | fdformat is used to low-level format a floppy disk. |
| 67 | 67 | ||
| 68 | config CONFIG_FDISK | 68 | config CONFIG_FDISK |
| 69 | bool "fdisk" | 69 | bool "fdisk" |
| @@ -76,12 +76,11 @@ config CONFIG_FDISK | |||
| 76 | 76 | ||
| 77 | if !CONFIG_LFS | 77 | if !CONFIG_LFS |
| 78 | config FDISK_SUPPORT_LARGE_DISKS | 78 | config FDISK_SUPPORT_LARGE_DISKS |
| 79 | bool " support over 4Gb disks" | 79 | bool " support over 4GB disks" |
| 80 | default y | 80 | default y |
| 81 | depends on CONFIG_FDISK | 81 | depends on CONFIG_FDISK |
| 82 | help | 82 | help |
| 83 | Previous set detected unsupport large file, but you can support | 83 | Enable this option to support large disks > 4GB. |
| 84 | large disks after enable this option | ||
| 85 | endif | 84 | endif |
| 86 | 85 | ||
| 87 | config CONFIG_FEATURE_FDISK_WRITABLE | 86 | config CONFIG_FEATURE_FDISK_WRITABLE |
| @@ -152,7 +151,7 @@ config CONFIG_FSCK_MINIX | |||
| 152 | help | 151 | help |
| 153 | The minix filesystem is a nice, small, compact, read-write filesystem | 152 | The minix filesystem is a nice, small, compact, read-write filesystem |
| 154 | with little overhead. It is not a journaling filesystem however and | 153 | with little overhead. It is not a journaling filesystem however and |
| 155 | can encounted corruption if it is not properly unmounted or if the | 154 | can experience corruption if it is not properly unmounted or if the |
| 156 | power goes off in the middle of a write. This utility allows you to | 155 | power goes off in the middle of a write. This utility allows you to |
| 157 | check for and attempt to repair any corruption that occurs to a minix | 156 | check for and attempt to repair any corruption that occurs to a minix |
| 158 | filesystem. | 157 | filesystem. |
| @@ -200,9 +199,9 @@ config CONFIG_HWCLOCK | |||
| 200 | default n | 199 | default n |
| 201 | help | 200 | help |
| 202 | The hwclock utility is used to read and set the hardware clock | 201 | The hwclock utility is used to read and set the hardware clock |
| 203 | on a system. This is primarily used to set the correct time in | 202 | on a system. This is primarily used to set the current time on |
| 204 | the hardware close, so the hardware will keep the correct time | 203 | shutdown in the hardware clock, so the hardware will keep the |
| 205 | when Linux is _not_ running. | 204 | correct time when Linux is _not_ running. |
| 206 | 205 | ||
| 207 | config CONFIG_FEATURE_HWCLOCK_LONGOPTIONS | 206 | config CONFIG_FEATURE_HWCLOCK_LONGOPTIONS |
| 208 | bool " Support long options (--hctosys,...)" | 207 | bool " Support long options (--hctosys,...)" |
| @@ -210,7 +209,7 @@ config CONFIG_FEATURE_HWCLOCK_LONGOPTIONS | |||
| 210 | depends on CONFIG_HWCLOCK | 209 | depends on CONFIG_HWCLOCK |
| 211 | help | 210 | help |
| 212 | By default, the hwclock utility only uses short options. If you | 211 | By default, the hwclock utility only uses short options. If you |
| 213 | are overly fond of the long options, such as --hctosys, --utc, etc) | 212 | are overly fond of its long options, such as --hctosys, --utc, etc) |
| 214 | then enable this option. | 213 | then enable this option. |
| 215 | 214 | ||
| 216 | config CONFIG_LOSETUP | 215 | config CONFIG_LOSETUP |
| @@ -230,15 +229,15 @@ config CONFIG_MKSWAP | |||
| 230 | partition as if it were additional RAM, which can greatly increase | 229 | partition as if it were additional RAM, which can greatly increase |
| 231 | the capability of low-memory machines. This additional memory is | 230 | the capability of low-memory machines. This additional memory is |
| 232 | much slower than real RAM, but can be very helpful at preventing your | 231 | much slower than real RAM, but can be very helpful at preventing your |
| 233 | applications being killed by the Linux out of memory (OOM) killer. Once | 232 | applications being killed by the Linux out of memory (OOM) killer. |
| 234 | you have created swap space using 'mkswap' you need to enable the swap | 233 | Once you have created swap space using 'mkswap' you need to enable |
| 235 | space using the 'swapon' utility. | 234 | the swap space using the 'swapon' utility. |
| 236 | 235 | ||
| 237 | config CONFIG_MORE | 236 | config CONFIG_MORE |
| 238 | bool "more" | 237 | bool "more" |
| 239 | default n | 238 | default n |
| 240 | help | 239 | help |
| 241 | More is a simple utility which allows you to read text one screen | 240 | more is a simple utility which allows you to read text one screen |
| 242 | sized page at a time. If you want to read text that is larger than | 241 | sized page at a time. If you want to read text that is larger than |
| 243 | the screen, and you are using anything faster than a 300 baud modem, | 242 | the screen, and you are using anything faster than a 300 baud modem, |
| 244 | you will probably find this utility very helpful. If you don't have | 243 | you will probably find this utility very helpful. If you don't have |
| @@ -251,7 +250,7 @@ config CONFIG_FEATURE_USE_TERMIOS | |||
| 251 | help | 250 | help |
| 252 | This option allows utilities such as 'more' and 'top' to determine | 251 | This option allows utilities such as 'more' and 'top' to determine |
| 253 | the size of the screen. If you leave this disabled, your utilities | 252 | the size of the screen. If you leave this disabled, your utilities |
| 254 | that display things on the screen with be especially primitive and | 253 | that display things on the screen will be especially primitive and |
| 255 | will be unable to determine the current screen size, and will be | 254 | will be unable to determine the current screen size, and will be |
| 256 | unable to move the cursor. | 255 | unable to move the cursor. |
| 257 | 256 | ||
| @@ -268,7 +267,7 @@ config CONFIG_RDATE | |||
| 268 | bool "rdate" | 267 | bool "rdate" |
| 269 | default n | 268 | default n |
| 270 | help | 269 | help |
| 271 | The rdate utility allows you to syncronize the date and time of your | 270 | The rdate utility allows you to synchronize the date and time of your |
| 272 | system clock with the date and time of a remote networked system using | 271 | system clock with the date and time of a remote networked system using |
| 273 | the RFC868 protocol, which is built into the inetd daemon on most | 272 | the RFC868 protocol, which is built into the inetd daemon on most |
| 274 | systems. | 273 | systems. |
| @@ -296,7 +295,7 @@ config CONFIG_MOUNT | |||
| 296 | the 'mount' utility. | 295 | the 'mount' utility. |
| 297 | 296 | ||
| 298 | config CONFIG_NFSMOUNT | 297 | config CONFIG_NFSMOUNT |
| 299 | bool " Support mounting nfs file systems" | 298 | bool " Support mounting NFS file systems" |
| 300 | default n | 299 | default n |
| 301 | depends on CONFIG_MOUNT | 300 | depends on CONFIG_MOUNT |
| 302 | help | 301 | help |
| @@ -330,8 +329,8 @@ config CONFIG_FEATURE_MOUNT_LOOP | |||
| 330 | Enabling this feature allows mount to use the '-o' loop options, | 329 | Enabling this feature allows mount to use the '-o' loop options, |
| 331 | which lets you loop mount files. Mount will automagically setup and | 330 | which lets you loop mount files. Mount will automagically setup and |
| 332 | free the necessary loop devices so you do not need to mess with the | 331 | free the necessary loop devices so you do not need to mess with the |
| 333 | 'losetup' utility unless you really want to. This is really only useful | 332 | 'losetup' utility unless you really want to. This is really |
| 334 | if you plan to loop mount files. | 333 | only useful if you plan to loop mount files. |
| 335 | 334 | ||
| 336 | config CONFIG_FEATURE_MTAB_SUPPORT | 335 | config CONFIG_FEATURE_MTAB_SUPPORT |
| 337 | bool " Support for a real /etc/mtab (instead of /proc/mounts)" | 336 | bool " Support for a real /etc/mtab (instead of /proc/mounts)" |
