diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-21 09:50:55 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-21 09:50:55 +0200 |
commit | 72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch) | |
tree | a5cd9d8f47e909834d3dbc44f895556e68bcf18f /util-linux/mdev.c | |
parent | 75d151e31d135ebab083307ded4e9b98970baa75 (diff) |
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 'util-linux/mdev.c')
-rw-r--r-- | util-linux/mdev.c | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/util-linux/mdev.c b/util-linux/mdev.c index a68e3f4e6..23b6f8285 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c @@ -13,58 +13,58 @@ //config: default y //config: select PLATFORM_LINUX //config: help -//config: mdev is a mini-udev implementation for dynamically creating device -//config: nodes in the /dev directory. +//config: mdev is a mini-udev implementation for dynamically creating device +//config: nodes in the /dev directory. //config: -//config: For more information, please see docs/mdev.txt +//config: For more information, please see docs/mdev.txt //config: //config:config FEATURE_MDEV_CONF //config: bool "Support /etc/mdev.conf" //config: default y //config: depends on MDEV //config: help -//config: Add support for the mdev config file to control ownership and -//config: permissions of the device nodes. +//config: Add support for the mdev config file to control ownership and +//config: permissions of the device nodes. //config: -//config: For more information, please see docs/mdev.txt +//config: For more information, please see docs/mdev.txt //config: //config:config FEATURE_MDEV_RENAME //config: bool "Support subdirs/symlinks" //config: default y //config: depends on FEATURE_MDEV_CONF //config: help -//config: Add support for renaming devices and creating symlinks. +//config: Add support for renaming devices and creating symlinks. //config: -//config: For more information, please see docs/mdev.txt +//config: For more information, please see docs/mdev.txt //config: //config:config FEATURE_MDEV_RENAME_REGEXP //config: bool "Support regular expressions substitutions when renaming device" //config: default y //config: depends on FEATURE_MDEV_RENAME //config: help -//config: Add support for regular expressions substitutions when renaming -//config: device. +//config: Add support for regular expressions substitutions when renaming +//config: device. //config: //config:config FEATURE_MDEV_EXEC //config: bool "Support command execution at device addition/removal" //config: default y //config: depends on FEATURE_MDEV_CONF //config: help -//config: This adds support for an optional field to /etc/mdev.conf for -//config: executing commands when devices are created/removed. +//config: This adds support for an optional field to /etc/mdev.conf for +//config: executing commands when devices are created/removed. //config: -//config: For more information, please see docs/mdev.txt +//config: For more information, please see docs/mdev.txt //config: //config:config FEATURE_MDEV_LOAD_FIRMWARE //config: bool "Support loading of firmwares" //config: default y //config: depends on MDEV //config: help -//config: Some devices need to load firmware before they can be usable. +//config: Some devices need to load firmware before they can be usable. //config: -//config: These devices will request userspace look up the files in -//config: /lib/firmware/ and if it exists, send it to the kernel for -//config: loading into the hardware. +//config: These devices will request userspace look up the files in +//config: /lib/firmware/ and if it exists, send it to the kernel for +//config: loading into the hardware. //applet:IF_MDEV(APPLET(mdev, BB_DIR_SBIN, BB_SUID_DROP)) |