aboutsummaryrefslogtreecommitdiff
path: root/console-tools
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 /console-tools
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 'console-tools')
-rw-r--r--console-tools/chvt.c4
-rw-r--r--console-tools/clear.c2
-rw-r--r--console-tools/deallocvt.c2
-rw-r--r--console-tools/dumpkmap.c4
-rw-r--r--console-tools/fgconsole.c2
-rw-r--r--console-tools/kbd_mode.c2
-rw-r--r--console-tools/loadfont.c10
-rw-r--r--console-tools/loadkmap.c4
-rw-r--r--console-tools/openvt.c4
-rw-r--r--console-tools/reset.c4
-rw-r--r--console-tools/resize.c12
-rw-r--r--console-tools/setconsole.c4
-rw-r--r--console-tools/setkeycodes.c4
-rw-r--r--console-tools/setlogcons.c2
-rw-r--r--console-tools/showkey.c2
15 files changed, 31 insertions, 31 deletions
diff --git a/console-tools/chvt.c b/console-tools/chvt.c
index 729f13ba2..d8152de6b 100644
--- a/console-tools/chvt.c
+++ b/console-tools/chvt.c
@@ -11,8 +11,8 @@
//config: default y
//config: select PLATFORM_LINUX
//config: help
-//config: This program is used to change to another terminal.
-//config: Example: chvt 4 (change to terminal /dev/tty4)
+//config: This program is used to change to another terminal.
+//config: Example: chvt 4 (change to terminal /dev/tty4)
//applet:IF_CHVT(APPLET(chvt, BB_DIR_USR_BIN, BB_SUID_DROP))
diff --git a/console-tools/clear.c b/console-tools/clear.c
index 0c11ec817..13eec498b 100644
--- a/console-tools/clear.c
+++ b/console-tools/clear.c
@@ -10,7 +10,7 @@
//config: bool "clear (tiny)"
//config: default y
//config: help
-//config: This program clears the terminal screen.
+//config: This program clears the terminal screen.
//applet:IF_CLEAR(APPLET(clear, BB_DIR_USR_BIN, BB_SUID_DROP))
diff --git a/console-tools/deallocvt.c b/console-tools/deallocvt.c
index cf74a03ed..6ffb1471e 100644
--- a/console-tools/deallocvt.c
+++ b/console-tools/deallocvt.c
@@ -12,7 +12,7 @@
//config: default y
//config: select PLATFORM_LINUX
//config: help
-//config: This program deallocates unused virtual consoles.
+//config: This program deallocates unused virtual consoles.
//applet:IF_DEALLOCVT(APPLET(deallocvt, BB_DIR_USR_BIN, BB_SUID_DROP))
diff --git a/console-tools/dumpkmap.c b/console-tools/dumpkmap.c
index a8d8e3572..d4e2cf281 100644
--- a/console-tools/dumpkmap.c
+++ b/console-tools/dumpkmap.c
@@ -12,8 +12,8 @@
//config: default y
//config: select PLATFORM_LINUX
//config: help
-//config: This program dumps the kernel's keyboard translation table to
-//config: stdout, in binary format. You can then use loadkmap to load it.
+//config: This program dumps the kernel's keyboard translation table to
+//config: stdout, in binary format. You can then use loadkmap to load it.
//applet:IF_DUMPKMAP(APPLET(dumpkmap, BB_DIR_BIN, BB_SUID_DROP))
diff --git a/console-tools/fgconsole.c b/console-tools/fgconsole.c
index 2582162a5..64311f6ea 100644
--- a/console-tools/fgconsole.c
+++ b/console-tools/fgconsole.c
@@ -11,7 +11,7 @@
//config: default y
//config: select PLATFORM_LINUX
//config: help
-//config: This program prints active (foreground) console number.
+//config: This program prints active (foreground) console number.
//applet:IF_FGCONSOLE(APPLET(fgconsole, BB_DIR_USR_BIN, BB_SUID_DROP))
diff --git a/console-tools/kbd_mode.c b/console-tools/kbd_mode.c
index 815a65ad9..d81c56e92 100644
--- a/console-tools/kbd_mode.c
+++ b/console-tools/kbd_mode.c
@@ -13,7 +13,7 @@
//config: default y
//config: select PLATFORM_LINUX
//config: help
-//config: This program reports and sets keyboard mode.
+//config: This program reports and sets keyboard mode.
//applet:IF_KBD_MODE(APPLET(kbd_mode, BB_DIR_BIN, BB_SUID_DROP))
diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c
index b7d291723..6dc8fa831 100644
--- a/console-tools/loadfont.c
+++ b/console-tools/loadfont.c
@@ -14,29 +14,29 @@
//config: default y
//config: select PLATFORM_LINUX
//config: help
-//config: This program loads a console font from standard input.
+//config: This program loads a console font from standard input.
//config:
//config:config SETFONT
//config: bool "setfont (26 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
-//config: Allows to load console screen map. Useful for i18n.
+//config: Allows to load console screen map. Useful for i18n.
//config:
//config:config FEATURE_SETFONT_TEXTUAL_MAP
//config: bool "Support reading textual screen maps"
//config: default y
//config: depends on SETFONT
//config: help
-//config: Support reading textual screen maps.
+//config: Support reading textual screen maps.
//config:
//config:config DEFAULT_SETFONT_DIR
//config: string "Default directory for console-tools files"
//config: default ""
//config: depends on SETFONT
//config: help
-//config: Directory to use if setfont's params are simple filenames
-//config: (not /path/to/file or ./file). Default is "" (no default directory).
+//config: Directory to use if setfont's params are simple filenames
+//config: (not /path/to/file or ./file). Default is "" (no default directory).
//config:
//config:comment "Common options for loadfont and setfont"
//config: depends on LOADFONT || SETFONT
diff --git a/console-tools/loadkmap.c b/console-tools/loadkmap.c
index 7e8f82497..839dc2083 100644
--- a/console-tools/loadkmap.c
+++ b/console-tools/loadkmap.c
@@ -11,8 +11,8 @@
//config: default y
//config: select PLATFORM_LINUX
//config: help
-//config: This program loads a keyboard translation table from
-//config: standard input.
+//config: This program loads a keyboard translation table from
+//config: standard input.
//applet:IF_LOADKMAP(APPLET(loadkmap, BB_DIR_SBIN, BB_SUID_DROP))
diff --git a/console-tools/openvt.c b/console-tools/openvt.c
index 7ed3a28d5..f3db28367 100644
--- a/console-tools/openvt.c
+++ b/console-tools/openvt.c
@@ -12,8 +12,8 @@
//config: default y
//config: select PLATFORM_LINUX
//config: help
-//config: This program is used to start a command on an unused
-//config: virtual terminal.
+//config: This program is used to start a command on an unused
+//config: virtual terminal.
//applet:IF_OPENVT(APPLET(openvt, BB_DIR_USR_BIN, BB_SUID_DROP))
diff --git a/console-tools/reset.c b/console-tools/reset.c
index a0ce5c73d..04e5b0ca1 100644
--- a/console-tools/reset.c
+++ b/console-tools/reset.c
@@ -13,8 +13,8 @@
//config: bool "reset (275 bytes)"
//config: default y
//config: help
-//config: This program is used to reset the terminal screen, if it
-//config: gets messed up.
+//config: This program is used to reset the terminal screen, if it
+//config: gets messed up.
//applet:IF_RESET(APPLET(reset, BB_DIR_USR_BIN, BB_SUID_DROP))
diff --git a/console-tools/resize.c b/console-tools/resize.c
index 4ac5ee1aa..62928a01e 100644
--- a/console-tools/resize.c
+++ b/console-tools/resize.c
@@ -10,18 +10,18 @@
//config: bool "resize (756 bytes)"
//config: default y
//config: help
-//config: This program is used to (re)set the width and height of your current
-//config: terminal.
+//config: This program is used to (re)set the width and height of your current
+//config: terminal.
//config:
//config:config FEATURE_RESIZE_PRINT
//config: bool "Print environment variables"
//config: default y
//config: depends on RESIZE
//config: help
-//config: Prints the newly set size (number of columns and rows) of
-//config: the terminal.
-//config: E.g.:
-//config: COLUMNS=80;LINES=44;export COLUMNS LINES;
+//config: Prints the newly set size (number of columns and rows) of
+//config: the terminal.
+//config: E.g.:
+//config: COLUMNS=80;LINES=44;export COLUMNS LINES;
//applet:IF_RESIZE(APPLET(resize, BB_DIR_USR_BIN, BB_SUID_DROP))
diff --git a/console-tools/setconsole.c b/console-tools/setconsole.c
index 7ba5a0eed..ad0f756ca 100644
--- a/console-tools/setconsole.c
+++ b/console-tools/setconsole.c
@@ -12,8 +12,8 @@
//config: default y
//config: select PLATFORM_LINUX
//config: help
-//config: This program redirects the system console to another device,
-//config: like the current tty while logged in via telnet.
+//config: This program redirects the system console to another device,
+//config: like the current tty while logged in via telnet.
//config:
//config:config FEATURE_SETCONSOLE_LONG_OPTIONS
//config: bool "Enable long options"
diff --git a/console-tools/setkeycodes.c b/console-tools/setkeycodes.c
index cc668ec8a..543fbe3e0 100644
--- a/console-tools/setkeycodes.c
+++ b/console-tools/setkeycodes.c
@@ -13,8 +13,8 @@
//config: default y
//config: select PLATFORM_LINUX
//config: help
-//config: This program loads entries into the kernel's scancode-to-keycode
-//config: map, allowing unusual keyboards to generate usable keycodes.
+//config: This program loads entries into the kernel's scancode-to-keycode
+//config: map, allowing unusual keyboards to generate usable keycodes.
//applet:IF_SETKEYCODES(APPLET(setkeycodes, BB_DIR_USR_BIN, BB_SUID_DROP))
diff --git a/console-tools/setlogcons.c b/console-tools/setlogcons.c
index 350a71d43..1b5814eee 100644
--- a/console-tools/setlogcons.c
+++ b/console-tools/setlogcons.c
@@ -13,7 +13,7 @@
//config: default y
//config: select PLATFORM_LINUX
//config: help
-//config: This program redirects the output console of kernel messages.
+//config: This program redirects the output console of kernel messages.
//applet:IF_SETLOGCONS(APPLET(setlogcons, BB_DIR_USR_SBIN, BB_SUID_DROP))
diff --git a/console-tools/showkey.c b/console-tools/showkey.c
index 8a485245d..c322ce99d 100644
--- a/console-tools/showkey.c
+++ b/console-tools/showkey.c
@@ -11,7 +11,7 @@
//config: default y
//config: select PLATFORM_LINUX
//config: help
-//config: Shows keys pressed.
+//config: Shows keys pressed.
//applet:IF_SHOWKEY(APPLET(showkey, BB_DIR_USR_BIN, BB_SUID_DROP))