aboutsummaryrefslogtreecommitdiff
path: root/miscutils/makedevs.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/makedevs.c')
-rw-r--r--miscutils/makedevs.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c
index 5f8593a0c..c2f86df01 100644
--- a/miscutils/makedevs.c
+++ b/miscutils/makedevs.c
@@ -10,20 +10,20 @@
10//config: bool "makedevs (9.3 kb)" 10//config: bool "makedevs (9.3 kb)"
11//config: default y 11//config: default y
12//config: help 12//config: help
13//config: 'makedevs' is a utility used to create a batch of devices with 13//config: 'makedevs' is a utility used to create a batch of devices with
14//config: one command. 14//config: one command.
15//config: 15//config:
16//config: There are two choices for command line behaviour, the interface 16//config: There are two choices for command line behaviour, the interface
17//config: as used by LEAF/Linux Router Project, or a device table file. 17//config: as used by LEAF/Linux Router Project, or a device table file.
18//config: 18//config:
19//config: 'leaf' is traditionally what busybox follows, it allows multiple 19//config: 'leaf' is traditionally what busybox follows, it allows multiple
20//config: devices of a particluar type to be created per command. 20//config: devices of a particluar type to be created per command.
21//config: e.g. /dev/hda[0-9] 21//config: e.g. /dev/hda[0-9]
22//config: Device properties are passed as command line arguments. 22//config: Device properties are passed as command line arguments.
23//config: 23//config:
24//config: 'table' reads device properties from a file or stdin, allowing 24//config: 'table' reads device properties from a file or stdin, allowing
25//config: a batch of unrelated devices to be made with one command. 25//config: a batch of unrelated devices to be made with one command.
26//config: User/group names are allowed as an alternative to uid/gid. 26//config: User/group names are allowed as an alternative to uid/gid.
27//config: 27//config:
28//config:choice 28//config:choice
29//config: prompt "Choose makedevs behaviour" 29//config: prompt "Choose makedevs behaviour"