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-w32-71a6a4e723c8cb797f04ca541288491275f2670c.tar.gz
busybox-w32-71a6a4e723c8cb797f04ca541288491275f2670c.tar.bz2
busybox-w32-71a6a4e723c8cb797f04ca541288491275f2670c.zip
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
127config FEATURE_SUN_LABEL 127config 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
183comment "Minix filesystem support" 183comment "Minix filesystem support"
184 depends on FSCK_MINIX || MKFS_MINIX 184 depends on FSCK_MINIX || MKFS_MINIX
185 185
186config FEATURE_MINIX2 186config 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