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 /miscutils | |
parent | 1c747b32c752e927cd37d8b39246992d4eec3904 (diff) | |
download | busybox-71a6a4e723c8cb797f04ca541288491275f2670c.tar.gz |
correct file format errors
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/Config.in | 18 |
1 files changed, 9 insertions, 9 deletions
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 'leaf' is traditionally what busybox follows, it allows multiple devices of a particluar type to be created per command. e.g. /dev/hda[0-9] - Device properties are passed as command line arguments. + Device properties are passed as command line arguments. . 'table' reads device properties from a file or stdin, allowing a batch of unrelated devices to be made with one command. - User/group names are allowed as an alternative to uid/gid. + User/group names are allowed as an alternative to uid/gid. choice prompt "Choose makedevs behaviour" @@ -262,7 +262,7 @@ choice default FEATURE_MAKEDEVS_TABLE config FEATURE_MAKEDEVS_LEAF - bool "leaf" + bool "leaf" config FEATURE_MAKEDEVS_TABLE bool "table" @@ -297,10 +297,10 @@ config RAIDAUTORUN search and start RAID arrays. config READAHEAD - bool "readahead" + bool "readahead" default n help - Preload the files listed on the command line into RAM cache so that + Preload the files listed on the command line into RAM cache so that subsequent reads on these files will not block on disk I/O. This applet just calls the readahead(2) system call on each file. @@ -313,19 +313,19 @@ config READAHEAD run this applet as a background job. config RUNLEVEL - bool "runlevel" + bool "runlevel" default n help - find the current and previous system runlevel. + find the current and previous system runlevel. This applet uses utmp but does not rely on busybox supporing utmp on purpose. It is used by e.g. emdebian via /etc/init.d/rc. config RX - bool "rx" + bool "rx" default n help - Receive files using the Xmodem protocol. + Receive files using the Xmodem protocol. config STRINGS bool "strings" |