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 /console-tools | |
parent | 75d151e31d135ebab083307ded4e9b98970baa75 (diff) | |
download | busybox-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 'console-tools')
-rw-r--r-- | console-tools/chvt.c | 4 | ||||
-rw-r--r-- | console-tools/clear.c | 2 | ||||
-rw-r--r-- | console-tools/deallocvt.c | 2 | ||||
-rw-r--r-- | console-tools/dumpkmap.c | 4 | ||||
-rw-r--r-- | console-tools/fgconsole.c | 2 | ||||
-rw-r--r-- | console-tools/kbd_mode.c | 2 | ||||
-rw-r--r-- | console-tools/loadfont.c | 10 | ||||
-rw-r--r-- | console-tools/loadkmap.c | 4 | ||||
-rw-r--r-- | console-tools/openvt.c | 4 | ||||
-rw-r--r-- | console-tools/reset.c | 4 | ||||
-rw-r--r-- | console-tools/resize.c | 12 | ||||
-rw-r--r-- | console-tools/setconsole.c | 4 | ||||
-rw-r--r-- | console-tools/setkeycodes.c | 4 | ||||
-rw-r--r-- | console-tools/setlogcons.c | 2 | ||||
-rw-r--r-- | console-tools/showkey.c | 2 |
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 @@ | |||
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | 12 | //config: select PLATFORM_LINUX |
13 | //config: help | 13 | //config: help |
14 | //config: This program is used to change to another terminal. | 14 | //config: This program is used to change to another terminal. |
15 | //config: Example: chvt 4 (change to terminal /dev/tty4) | 15 | //config: Example: chvt 4 (change to terminal /dev/tty4) |
16 | 16 | ||
17 | //applet:IF_CHVT(APPLET(chvt, BB_DIR_USR_BIN, BB_SUID_DROP)) | 17 | //applet:IF_CHVT(APPLET(chvt, BB_DIR_USR_BIN, BB_SUID_DROP)) |
18 | 18 | ||
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 @@ | |||
10 | //config: bool "clear (tiny)" | 10 | //config: bool "clear (tiny)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: This program clears the terminal screen. | 13 | //config: This program clears the terminal screen. |
14 | 14 | ||
15 | //applet:IF_CLEAR(APPLET(clear, BB_DIR_USR_BIN, BB_SUID_DROP)) | 15 | //applet:IF_CLEAR(APPLET(clear, BB_DIR_USR_BIN, BB_SUID_DROP)) |
16 | 16 | ||
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 @@ | |||
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: help | 14 | //config: help |
15 | //config: This program deallocates unused virtual consoles. | 15 | //config: This program deallocates unused virtual consoles. |
16 | 16 | ||
17 | //applet:IF_DEALLOCVT(APPLET(deallocvt, BB_DIR_USR_BIN, BB_SUID_DROP)) | 17 | //applet:IF_DEALLOCVT(APPLET(deallocvt, BB_DIR_USR_BIN, BB_SUID_DROP)) |
18 | 18 | ||
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 @@ | |||
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: help | 14 | //config: help |
15 | //config: This program dumps the kernel's keyboard translation table to | 15 | //config: This program dumps the kernel's keyboard translation table to |
16 | //config: stdout, in binary format. You can then use loadkmap to load it. | 16 | //config: stdout, in binary format. You can then use loadkmap to load it. |
17 | 17 | ||
18 | //applet:IF_DUMPKMAP(APPLET(dumpkmap, BB_DIR_BIN, BB_SUID_DROP)) | 18 | //applet:IF_DUMPKMAP(APPLET(dumpkmap, BB_DIR_BIN, BB_SUID_DROP)) |
19 | 19 | ||
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 @@ | |||
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | 12 | //config: select PLATFORM_LINUX |
13 | //config: help | 13 | //config: help |
14 | //config: This program prints active (foreground) console number. | 14 | //config: This program prints active (foreground) console number. |
15 | 15 | ||
16 | //applet:IF_FGCONSOLE(APPLET(fgconsole, BB_DIR_USR_BIN, BB_SUID_DROP)) | 16 | //applet:IF_FGCONSOLE(APPLET(fgconsole, BB_DIR_USR_BIN, BB_SUID_DROP)) |
17 | 17 | ||
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 @@ | |||
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | 14 | //config: select PLATFORM_LINUX |
15 | //config: help | 15 | //config: help |
16 | //config: This program reports and sets keyboard mode. | 16 | //config: This program reports and sets keyboard mode. |
17 | 17 | ||
18 | //applet:IF_KBD_MODE(APPLET(kbd_mode, BB_DIR_BIN, BB_SUID_DROP)) | 18 | //applet:IF_KBD_MODE(APPLET(kbd_mode, BB_DIR_BIN, BB_SUID_DROP)) |
19 | 19 | ||
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 @@ | |||
14 | //config: default y | 14 | //config: default y |
15 | //config: select PLATFORM_LINUX | 15 | //config: select PLATFORM_LINUX |
16 | //config: help | 16 | //config: help |
17 | //config: This program loads a console font from standard input. | 17 | //config: This program loads a console font from standard input. |
18 | //config: | 18 | //config: |
19 | //config:config SETFONT | 19 | //config:config SETFONT |
20 | //config: bool "setfont (26 kb)" | 20 | //config: bool "setfont (26 kb)" |
21 | //config: default y | 21 | //config: default y |
22 | //config: select PLATFORM_LINUX | 22 | //config: select PLATFORM_LINUX |
23 | //config: help | 23 | //config: help |
24 | //config: Allows to load console screen map. Useful for i18n. | 24 | //config: Allows to load console screen map. Useful for i18n. |
25 | //config: | 25 | //config: |
26 | //config:config FEATURE_SETFONT_TEXTUAL_MAP | 26 | //config:config FEATURE_SETFONT_TEXTUAL_MAP |
27 | //config: bool "Support reading textual screen maps" | 27 | //config: bool "Support reading textual screen maps" |
28 | //config: default y | 28 | //config: default y |
29 | //config: depends on SETFONT | 29 | //config: depends on SETFONT |
30 | //config: help | 30 | //config: help |
31 | //config: Support reading textual screen maps. | 31 | //config: Support reading textual screen maps. |
32 | //config: | 32 | //config: |
33 | //config:config DEFAULT_SETFONT_DIR | 33 | //config:config DEFAULT_SETFONT_DIR |
34 | //config: string "Default directory for console-tools files" | 34 | //config: string "Default directory for console-tools files" |
35 | //config: default "" | 35 | //config: default "" |
36 | //config: depends on SETFONT | 36 | //config: depends on SETFONT |
37 | //config: help | 37 | //config: help |
38 | //config: Directory to use if setfont's params are simple filenames | 38 | //config: Directory to use if setfont's params are simple filenames |
39 | //config: (not /path/to/file or ./file). Default is "" (no default directory). | 39 | //config: (not /path/to/file or ./file). Default is "" (no default directory). |
40 | //config: | 40 | //config: |
41 | //config:comment "Common options for loadfont and setfont" | 41 | //config:comment "Common options for loadfont and setfont" |
42 | //config: depends on LOADFONT || SETFONT | 42 | //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 @@ | |||
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | 12 | //config: select PLATFORM_LINUX |
13 | //config: help | 13 | //config: help |
14 | //config: This program loads a keyboard translation table from | 14 | //config: This program loads a keyboard translation table from |
15 | //config: standard input. | 15 | //config: standard input. |
16 | 16 | ||
17 | //applet:IF_LOADKMAP(APPLET(loadkmap, BB_DIR_SBIN, BB_SUID_DROP)) | 17 | //applet:IF_LOADKMAP(APPLET(loadkmap, BB_DIR_SBIN, BB_SUID_DROP)) |
18 | 18 | ||
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 @@ | |||
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: help | 14 | //config: help |
15 | //config: This program is used to start a command on an unused | 15 | //config: This program is used to start a command on an unused |
16 | //config: virtual terminal. | 16 | //config: virtual terminal. |
17 | 17 | ||
18 | //applet:IF_OPENVT(APPLET(openvt, BB_DIR_USR_BIN, BB_SUID_DROP)) | 18 | //applet:IF_OPENVT(APPLET(openvt, BB_DIR_USR_BIN, BB_SUID_DROP)) |
19 | 19 | ||
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 @@ | |||
13 | //config: bool "reset (275 bytes)" | 13 | //config: bool "reset (275 bytes)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: This program is used to reset the terminal screen, if it | 16 | //config: This program is used to reset the terminal screen, if it |
17 | //config: gets messed up. | 17 | //config: gets messed up. |
18 | 18 | ||
19 | //applet:IF_RESET(APPLET(reset, BB_DIR_USR_BIN, BB_SUID_DROP)) | 19 | //applet:IF_RESET(APPLET(reset, BB_DIR_USR_BIN, BB_SUID_DROP)) |
20 | 20 | ||
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 @@ | |||
10 | //config: bool "resize (756 bytes)" | 10 | //config: bool "resize (756 bytes)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: This program is used to (re)set the width and height of your current | 13 | //config: This program is used to (re)set the width and height of your current |
14 | //config: terminal. | 14 | //config: terminal. |
15 | //config: | 15 | //config: |
16 | //config:config FEATURE_RESIZE_PRINT | 16 | //config:config FEATURE_RESIZE_PRINT |
17 | //config: bool "Print environment variables" | 17 | //config: bool "Print environment variables" |
18 | //config: default y | 18 | //config: default y |
19 | //config: depends on RESIZE | 19 | //config: depends on RESIZE |
20 | //config: help | 20 | //config: help |
21 | //config: Prints the newly set size (number of columns and rows) of | 21 | //config: Prints the newly set size (number of columns and rows) of |
22 | //config: the terminal. | 22 | //config: the terminal. |
23 | //config: E.g.: | 23 | //config: E.g.: |
24 | //config: COLUMNS=80;LINES=44;export COLUMNS LINES; | 24 | //config: COLUMNS=80;LINES=44;export COLUMNS LINES; |
25 | 25 | ||
26 | //applet:IF_RESIZE(APPLET(resize, BB_DIR_USR_BIN, BB_SUID_DROP)) | 26 | //applet:IF_RESIZE(APPLET(resize, BB_DIR_USR_BIN, BB_SUID_DROP)) |
27 | 27 | ||
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 @@ | |||
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: help | 14 | //config: help |
15 | //config: This program redirects the system console to another device, | 15 | //config: This program redirects the system console to another device, |
16 | //config: like the current tty while logged in via telnet. | 16 | //config: like the current tty while logged in via telnet. |
17 | //config: | 17 | //config: |
18 | //config:config FEATURE_SETCONSOLE_LONG_OPTIONS | 18 | //config:config FEATURE_SETCONSOLE_LONG_OPTIONS |
19 | //config: bool "Enable long options" | 19 | //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 @@ | |||
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | 14 | //config: select PLATFORM_LINUX |
15 | //config: help | 15 | //config: help |
16 | //config: This program loads entries into the kernel's scancode-to-keycode | 16 | //config: This program loads entries into the kernel's scancode-to-keycode |
17 | //config: map, allowing unusual keyboards to generate usable keycodes. | 17 | //config: map, allowing unusual keyboards to generate usable keycodes. |
18 | 18 | ||
19 | //applet:IF_SETKEYCODES(APPLET(setkeycodes, BB_DIR_USR_BIN, BB_SUID_DROP)) | 19 | //applet:IF_SETKEYCODES(APPLET(setkeycodes, BB_DIR_USR_BIN, BB_SUID_DROP)) |
20 | 20 | ||
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 @@ | |||
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | 14 | //config: select PLATFORM_LINUX |
15 | //config: help | 15 | //config: help |
16 | //config: This program redirects the output console of kernel messages. | 16 | //config: This program redirects the output console of kernel messages. |
17 | 17 | ||
18 | //applet:IF_SETLOGCONS(APPLET(setlogcons, BB_DIR_USR_SBIN, BB_SUID_DROP)) | 18 | //applet:IF_SETLOGCONS(APPLET(setlogcons, BB_DIR_USR_SBIN, BB_SUID_DROP)) |
19 | 19 | ||
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 @@ | |||
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | 12 | //config: select PLATFORM_LINUX |
13 | //config: help | 13 | //config: help |
14 | //config: Shows keys pressed. | 14 | //config: Shows keys pressed. |
15 | 15 | ||
16 | //applet:IF_SHOWKEY(APPLET(showkey, BB_DIR_USR_BIN, BB_SUID_DROP)) | 16 | //applet:IF_SHOWKEY(APPLET(showkey, BB_DIR_USR_BIN, BB_SUID_DROP)) |
17 | 17 | ||