aboutsummaryrefslogtreecommitdiff
path: root/miscutils/makedevs.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
commit72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch)
treea5cd9d8f47e909834d3dbc44f895556e68bcf18f /miscutils/makedevs.c
parent75d151e31d135ebab083307ded4e9b98970baa75 (diff)
downloadbusybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz
busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.bz2
busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.zip
config: deindent all help texts
Those two spaces after tab have no effect, and always a nuisance when editing. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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"