aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-24 08:24:43 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-24 08:24:43 +0000
commit71a6a4e723c8cb797f04ca541288491275f2670c (patch)
treeb6fc9b23de83c245f88cf6fe6f93eb0ae9cb1145 /util-linux
parent1c747b32c752e927cd37d8b39246992d4eec3904 (diff)
downloadbusybox-71a6a4e723c8cb797f04ca541288491275f2670c.tar.gz
correct file format errors
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/Config.in6
1 files changed, 3 insertions, 3 deletions
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
config FEATURE_SUN_LABEL
bool "Support SUN disklabels"
default n
- depends on FDISK && FEATURE_FDISK_WRITABLE
+ depends on FDISK && FEATURE_FDISK_WRITABLE
help
Enabling this option allows you to create or change SUN disklabels.
Most people can safely leave this option disabled.
@@ -181,7 +181,7 @@ config MKFS_MINIX
this utility will do the job for you.
comment "Minix filesystem support"
- depends on FSCK_MINIX || MKFS_MINIX
+ depends on FSCK_MINIX || MKFS_MINIX
config FEATURE_MINIX2
bool "Support Minix fs v2 (fsck_minix/mkfs_minix)"
@@ -495,7 +495,7 @@ config FEATURE_MOUNT_LOOP
The umount command will also free that loopback device.
You can still use the 'losetup' utility (to manually associate files
- with loop devices) if you need to do something advanced, such as
+ with loop devices) if you need to do something advanced, such as
specify an offset or cryptographic options to the loopback device.
(If you don't want umount to free the loop device, use "umount -D".)