From 72089cf6b4a77214ec4fd21d5ee5bf56958781cb Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 21 Jul 2017 09:50:55 +0200 Subject: config: deindent all help texts Those two spaces after tab have no effect, and always a nuisance when editing. Signed-off-by: Denys Vlasenko --- miscutils/makedevs.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'miscutils/makedevs.c') 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 @@ //config: bool "makedevs (9.3 kb)" //config: default y //config: help -//config: 'makedevs' is a utility used to create a batch of devices with -//config: one command. +//config: 'makedevs' is a utility used to create a batch of devices with +//config: one command. //config: -//config: There are two choices for command line behaviour, the interface -//config: as used by LEAF/Linux Router Project, or a device table file. +//config: There are two choices for command line behaviour, the interface +//config: as used by LEAF/Linux Router Project, or a device table file. //config: -//config: 'leaf' is traditionally what busybox follows, it allows multiple -//config: devices of a particluar type to be created per command. -//config: e.g. /dev/hda[0-9] -//config: Device properties are passed as command line arguments. +//config: 'leaf' is traditionally what busybox follows, it allows multiple +//config: devices of a particluar type to be created per command. +//config: e.g. /dev/hda[0-9] +//config: Device properties are passed as command line arguments. //config: -//config: 'table' reads device properties from a file or stdin, allowing -//config: a batch of unrelated devices to be made with one command. -//config: User/group names are allowed as an alternative to uid/gid. +//config: 'table' reads device properties from a file or stdin, allowing +//config: a batch of unrelated devices to be made with one command. +//config: User/group names are allowed as an alternative to uid/gid. //config: //config:choice //config: prompt "Choose makedevs behaviour" -- cgit v1.2.3-55-g6feb