diff options
author | Tim Riker <tim@rikers.org> | 2006-01-25 00:08:53 +0000 |
---|---|---|
committer | Tim Riker <tim@rikers.org> | 2006-01-25 00:08:53 +0000 |
commit | c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4 (patch) | |
tree | 5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /miscutils/Config.in | |
parent | f64ff682a3d58dbb627e760e6fe1ec21d9ccdf61 (diff) | |
download | busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.gz busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.bz2 busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.zip |
just whitespace
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 4d81dde0d..aed7e5a99 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -218,14 +218,14 @@ config CONFIG_MAKEDEVS | |||
218 | . | 218 | . |
219 | There are two choices for command line behaviour, the interface | 219 | There are two choices for command line behaviour, the interface |
220 | as used by LEAF/Linux Router Project, or a device table file. | 220 | as used by LEAF/Linux Router Project, or a device table file. |
221 | . | 221 | . |
222 | 'leaf' is traditionally what busybox follows, it allows multiple | 222 | 'leaf' is traditionally what busybox follows, it allows multiple |
223 | devices of a particluar type to be created per command. | 223 | devices of a particluar type to be created per command. |
224 | e.g. /dev/hda[0-9] | 224 | e.g. /dev/hda[0-9] |
225 | Device properties are passed as command line arguments. | 225 | Device properties are passed as command line arguments. |
226 | . | 226 | . |
227 | 'table' reads device properties from a file or stdin, allowing | 227 | 'table' reads device properties from a file or stdin, allowing |
228 | a batch of unrelated devices to be makde with one command. | 228 | a batch of unrelated devices to be makde with one command. |
229 | User/group names are allowed as an alternative to uid/gid. | 229 | User/group names are allowed as an alternative to uid/gid. |
230 | 230 | ||
231 | choice | 231 | choice |