diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-24 08:24:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-24 08:24:43 +0000 |
commit | 71a6a4e723c8cb797f04ca541288491275f2670c (patch) | |
tree | b6fc9b23de83c245f88cf6fe6f93eb0ae9cb1145 | |
parent | 1c747b32c752e927cd37d8b39246992d4eec3904 (diff) | |
download | busybox-w32-71a6a4e723c8cb797f04ca541288491275f2670c.tar.gz busybox-w32-71a6a4e723c8cb797f04ca541288491275f2670c.tar.bz2 busybox-w32-71a6a4e723c8cb797f04ca541288491275f2670c.zip |
correct file format errors
-rw-r--r-- | Config.in | 38 | ||||
-rw-r--r-- | miscutils/Config.in | 18 | ||||
-rw-r--r-- | util-linux/Config.in | 6 |
3 files changed, 31 insertions, 31 deletions
@@ -426,31 +426,31 @@ config INSTALL_NO_USR | |||
426 | that you really want this behaviour. | 426 | that you really want this behaviour. |
427 | 427 | ||
428 | choice | 428 | choice |
429 | prompt "Applets links" | 429 | prompt "Applets links" |
430 | default INSTALL_APPLET_SYMLINKS | 430 | default INSTALL_APPLET_SYMLINKS |
431 | help | 431 | help |
432 | Choose how you install applets links. | 432 | Choose how you install applets links. |
433 | 433 | ||
434 | config INSTALL_APPLET_SYMLINKS | 434 | config INSTALL_APPLET_SYMLINKS |
435 | bool "as soft-links" | 435 | bool "as soft-links" |
436 | help | 436 | help |
437 | Install applets as soft-links to the busybox binary. This needs some | 437 | Install applets as soft-links to the busybox binary. This needs some |
438 | free inodes on the filesystem, but might help with filesystem | 438 | free inodes on the filesystem, but might help with filesystem |
439 | generators that can't cope with hard-links. | 439 | generators that can't cope with hard-links. |
440 | 440 | ||
441 | config INSTALL_APPLET_HARDLINKS | 441 | config INSTALL_APPLET_HARDLINKS |
442 | bool "as hard-links" | 442 | bool "as hard-links" |
443 | help | 443 | help |
444 | Install applets as hard-links to the busybox binary. This might count | 444 | Install applets as hard-links to the busybox binary. This might count |
445 | on a filesystem with few inodes. | 445 | on a filesystem with few inodes. |
446 | 446 | ||
447 | config INSTALL_APPLET_DONT | 447 | config INSTALL_APPLET_DONT |
448 | bool | 448 | bool |
449 | prompt "not installed" | 449 | prompt "not installed" |
450 | depends on FEATURE_INSTALLER || FEATURE_SH_STANDALONE_SHELL || FEATURE_EXEC_PREFER_APPLETS | 450 | depends on FEATURE_INSTALLER || FEATURE_SH_STANDALONE_SHELL || FEATURE_EXEC_PREFER_APPLETS |
451 | help | 451 | help |
452 | Do not install applet links. Useful when using the -install feature | 452 | Do not install applet links. Useful when using the -install feature |
453 | or a standalone shell for rescue pruposes. | 453 | or a standalone shell for rescue pruposes. |
454 | 454 | ||
455 | endchoice | 455 | endchoice |
456 | 456 | ||
diff --git a/miscutils/Config.in b/miscutils/Config.in index 01d1fa0a5..c112ae5ed 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -250,11 +250,11 @@ config MAKEDEVS | |||
250 | 'leaf' is traditionally what busybox follows, it allows multiple | 250 | 'leaf' is traditionally what busybox follows, it allows multiple |
251 | devices of a particluar type to be created per command. | 251 | devices of a particluar type to be created per command. |
252 | e.g. /dev/hda[0-9] | 252 | e.g. /dev/hda[0-9] |
253 | Device properties are passed as command line arguments. | 253 | Device properties are passed as command line arguments. |
254 | . | 254 | . |
255 | 'table' reads device properties from a file or stdin, allowing | 255 | 'table' reads device properties from a file or stdin, allowing |
256 | a batch of unrelated devices to be made with one command. | 256 | a batch of unrelated devices to be made with one command. |
257 | User/group names are allowed as an alternative to uid/gid. | 257 | User/group names are allowed as an alternative to uid/gid. |
258 | 258 | ||
259 | choice | 259 | choice |
260 | prompt "Choose makedevs behaviour" | 260 | prompt "Choose makedevs behaviour" |
@@ -262,7 +262,7 @@ choice | |||
262 | default FEATURE_MAKEDEVS_TABLE | 262 | default FEATURE_MAKEDEVS_TABLE |
263 | 263 | ||
264 | config FEATURE_MAKEDEVS_LEAF | 264 | config FEATURE_MAKEDEVS_LEAF |
265 | bool "leaf" | 265 | bool "leaf" |
266 | 266 | ||
267 | config FEATURE_MAKEDEVS_TABLE | 267 | config FEATURE_MAKEDEVS_TABLE |
268 | bool "table" | 268 | bool "table" |
@@ -297,10 +297,10 @@ config RAIDAUTORUN | |||
297 | search and start RAID arrays. | 297 | search and start RAID arrays. |
298 | 298 | ||
299 | config READAHEAD | 299 | config READAHEAD |
300 | bool "readahead" | 300 | bool "readahead" |
301 | default n | 301 | default n |
302 | help | 302 | help |
303 | Preload the files listed on the command line into RAM cache so that | 303 | Preload the files listed on the command line into RAM cache so that |
304 | subsequent reads on these files will not block on disk I/O. | 304 | subsequent reads on these files will not block on disk I/O. |
305 | 305 | ||
306 | This applet just calls the readahead(2) system call on each file. | 306 | This applet just calls the readahead(2) system call on each file. |
@@ -313,19 +313,19 @@ config READAHEAD | |||
313 | run this applet as a background job. | 313 | run this applet as a background job. |
314 | 314 | ||
315 | config RUNLEVEL | 315 | config RUNLEVEL |
316 | bool "runlevel" | 316 | bool "runlevel" |
317 | default n | 317 | default n |
318 | help | 318 | help |
319 | find the current and previous system runlevel. | 319 | find the current and previous system runlevel. |
320 | 320 | ||
321 | This applet uses utmp but does not rely on busybox supporing | 321 | This applet uses utmp but does not rely on busybox supporing |
322 | utmp on purpose. It is used by e.g. emdebian via /etc/init.d/rc. | 322 | utmp on purpose. It is used by e.g. emdebian via /etc/init.d/rc. |
323 | 323 | ||
324 | config RX | 324 | config RX |
325 | bool "rx" | 325 | bool "rx" |
326 | default n | 326 | default n |
327 | help | 327 | help |
328 | Receive files using the Xmodem protocol. | 328 | Receive files using the Xmodem protocol. |
329 | 329 | ||
330 | config STRINGS | 330 | config STRINGS |
331 | bool "strings" | 331 | bool "strings" |
diff --git a/util-linux/Config.in b/util-linux/Config.in index 848914d6f..b75a09b6e 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -127,7 +127,7 @@ config FEATURE_SGI_LABEL | |||
127 | config FEATURE_SUN_LABEL | 127 | config FEATURE_SUN_LABEL |
128 | bool "Support SUN disklabels" | 128 | bool "Support SUN disklabels" |
129 | default n | 129 | default n |
130 | depends on FDISK && FEATURE_FDISK_WRITABLE | 130 | depends on FDISK && FEATURE_FDISK_WRITABLE |
131 | help | 131 | help |
132 | Enabling this option allows you to create or change SUN disklabels. | 132 | Enabling this option allows you to create or change SUN disklabels. |
133 | Most people can safely leave this option disabled. | 133 | Most people can safely leave this option disabled. |
@@ -181,7 +181,7 @@ config MKFS_MINIX | |||
181 | this utility will do the job for you. | 181 | this utility will do the job for you. |
182 | 182 | ||
183 | comment "Minix filesystem support" | 183 | comment "Minix filesystem support" |
184 | depends on FSCK_MINIX || MKFS_MINIX | 184 | depends on FSCK_MINIX || MKFS_MINIX |
185 | 185 | ||
186 | config FEATURE_MINIX2 | 186 | config FEATURE_MINIX2 |
187 | bool "Support Minix fs v2 (fsck_minix/mkfs_minix)" | 187 | bool "Support Minix fs v2 (fsck_minix/mkfs_minix)" |
@@ -495,7 +495,7 @@ config FEATURE_MOUNT_LOOP | |||
495 | The umount command will also free that loopback device. | 495 | The umount command will also free that loopback device. |
496 | 496 | ||
497 | You can still use the 'losetup' utility (to manually associate files | 497 | You can still use the 'losetup' utility (to manually associate files |
498 | with loop devices) if you need to do something advanced, such as | 498 | with loop devices) if you need to do something advanced, such as |
499 | specify an offset or cryptographic options to the loopback device. | 499 | specify an offset or cryptographic options to the loopback device. |
500 | (If you don't want umount to free the loop device, use "umount -D".) | 500 | (If you don't want umount to free the loop device, use "umount -D".) |
501 | 501 | ||