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-w32-71a6a4e723c8cb797f04ca541288491275f2670c.tar.gz busybox-w32-71a6a4e723c8cb797f04ca541288491275f2670c.tar.bz2 busybox-w32-71a6a4e723c8cb797f04ca541288491275f2670c.zip |
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 | |||
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" |