aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fbset.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 /util-linux/fbset.c
parent75d151e31d135ebab083307ded4e9b98970baa75 (diff)
downloadbusybox-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz
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/fbset.c')
-rw-r--r--util-linux/fbset.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/util-linux/fbset.c b/util-linux/fbset.c
index 0b141816d..11cb20cb2 100644
--- a/util-linux/fbset.c
+++ b/util-linux/fbset.c
@@ -16,29 +16,29 @@
//config: default y
//config: select PLATFORM_LINUX
//config: help
-//config: fbset is used to show or change the settings of a Linux frame buffer
-//config: device. The frame buffer device provides a simple and unique
-//config: interface to access a graphics display. Enable this option
-//config: if you wish to enable the 'fbset' utility.
+//config: fbset is used to show or change the settings of a Linux frame buffer
+//config: device. The frame buffer device provides a simple and unique
+//config: interface to access a graphics display. Enable this option
+//config: if you wish to enable the 'fbset' utility.
//config:
//config:config FEATURE_FBSET_FANCY
//config: bool "Enable extra options"
//config: default y
//config: depends on FBSET
//config: help
-//config: This option enables extended fbset options, allowing one to set the
-//config: framebuffer size, color depth, etc. interface to access a graphics
-//config: display. Enable this option if you wish to enable extended fbset
-//config: options.
+//config: This option enables extended fbset options, allowing one to set the
+//config: framebuffer size, color depth, etc. interface to access a graphics
+//config: display. Enable this option if you wish to enable extended fbset
+//config: options.
//config:
//config:config FEATURE_FBSET_READMODE
//config: bool "Enable readmode support"
//config: default y
//config: depends on FBSET
//config: help
-//config: This option allows fbset to read the video mode database stored by
-//config: default as /etc/fb.modes, which can be used to set frame buffer
-//config: device to pre-defined video modes.
+//config: This option allows fbset to read the video mode database stored by
+//config: default as /etc/fb.modes, which can be used to set frame buffer
+//config: device to pre-defined video modes.
//applet:IF_FBSET(APPLET(fbset, BB_DIR_USR_SBIN, BB_SUID_DROP))