diff options
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 |