diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-01-24 19:46:45 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-01-24 19:46:45 +0100 |
commit | 86031a5ffd106b8128f5763d32c273b96875f707 (patch) | |
tree | a1d310cac3b1727f22004f6b30a600c5498252cb | |
parent | 9de69c024c7c47f3f8733dbc7c9522966fcd73a9 (diff) | |
download | busybox-w32-86031a5ffd106b8128f5763d32c273b96875f707.tar.gz busybox-w32-86031a5ffd106b8128f5763d32c273b96875f707.tar.bz2 busybox-w32-86031a5ffd106b8128f5763d32c273b96875f707.zip |
trim extra newlines in help texts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | console-tools/loadkmap.c | 5 | ||||
-rw-r--r-- | coreutils/basename.c | 2 | ||||
-rw-r--r-- | procps/powertop.c | 2 | ||||
-rw-r--r-- | procps/pwdx.c | 2 |
4 files changed, 6 insertions, 5 deletions
diff --git a/console-tools/loadkmap.c b/console-tools/loadkmap.c index 66ec3b043..6dcf8133f 100644 --- a/console-tools/loadkmap.c +++ b/console-tools/loadkmap.c | |||
@@ -10,8 +10,9 @@ | |||
10 | //usage:#define loadkmap_trivial_usage | 10 | //usage:#define loadkmap_trivial_usage |
11 | //usage: "< keymap" | 11 | //usage: "< keymap" |
12 | //usage:#define loadkmap_full_usage "\n\n" | 12 | //usage:#define loadkmap_full_usage "\n\n" |
13 | //usage: "Load a binary keyboard translation table from stdin\n" | 13 | //usage: "Load a binary keyboard translation table from stdin" |
14 | /* //usage: "\n -C TTY Affect TTY instead of /dev/tty" */ | 14 | ////usage: "\n" |
15 | ////usage: "\n -C TTY Affect TTY instead of /dev/tty" | ||
15 | //usage: | 16 | //usage: |
16 | //usage:#define loadkmap_example_usage | 17 | //usage:#define loadkmap_example_usage |
17 | //usage: "$ loadkmap < /etc/i18n/lang-keymap\n" | 18 | //usage: "$ loadkmap < /etc/i18n/lang-keymap\n" |
diff --git a/coreutils/basename.c b/coreutils/basename.c index 1f7a13713..ab0c972ed 100644 --- a/coreutils/basename.c +++ b/coreutils/basename.c | |||
@@ -31,7 +31,7 @@ | |||
31 | //usage:#define basename_trivial_usage | 31 | //usage:#define basename_trivial_usage |
32 | //usage: "FILE [SUFFIX]" | 32 | //usage: "FILE [SUFFIX]" |
33 | //usage:#define basename_full_usage "\n\n" | 33 | //usage:#define basename_full_usage "\n\n" |
34 | //usage: "Strip directory path and .SUFFIX from FILE\n" | 34 | //usage: "Strip directory path and .SUFFIX from FILE" |
35 | //usage: | 35 | //usage: |
36 | //usage:#define basename_example_usage | 36 | //usage:#define basename_example_usage |
37 | //usage: "$ basename /usr/local/bin/foo\n" | 37 | //usage: "$ basename /usr/local/bin/foo\n" |
diff --git a/procps/powertop.c b/procps/powertop.c index e3c29d1c3..ddda5bd93 100644 --- a/procps/powertop.c +++ b/procps/powertop.c | |||
@@ -674,7 +674,7 @@ static void show_timerstats(void) | |||
674 | //usage:#define powertop_trivial_usage | 674 | //usage:#define powertop_trivial_usage |
675 | //usage: "" | 675 | //usage: "" |
676 | //usage:#define powertop_full_usage "\n\n" | 676 | //usage:#define powertop_full_usage "\n\n" |
677 | //usage: "Analyze power consumption on Intel-based laptops\n" | 677 | //usage: "Analyze power consumption on Intel-based laptops" |
678 | 678 | ||
679 | int powertop_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 679 | int powertop_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
680 | int powertop_main(int UNUSED_PARAM argc, char UNUSED_PARAM **argv) | 680 | int powertop_main(int UNUSED_PARAM argc, char UNUSED_PARAM **argv) |
diff --git a/procps/pwdx.c b/procps/pwdx.c index 781810488..22b892275 100644 --- a/procps/pwdx.c +++ b/procps/pwdx.c | |||
@@ -21,7 +21,7 @@ | |||
21 | //usage:#define pwdx_trivial_usage | 21 | //usage:#define pwdx_trivial_usage |
22 | //usage: "PID..." | 22 | //usage: "PID..." |
23 | //usage:#define pwdx_full_usage "\n\n" | 23 | //usage:#define pwdx_full_usage "\n\n" |
24 | //usage: "Show current directory for PIDs\n" | 24 | //usage: "Show current directory for PIDs" |
25 | 25 | ||
26 | #include "libbb.h" | 26 | #include "libbb.h" |
27 | 27 | ||