diff options
author | Denys Vlasenko | 2015-01-24 19:46:45 +0100 |
---|---|---|
committer | Denys Vlasenko | 2015-01-24 19:46:45 +0100 |
commit | 86031a5ffd106b8128f5763d32c273b96875f707 (patch) | |
tree | a1d310cac3b1727f22004f6b30a600c5498252cb /console-tools/loadkmap.c | |
parent | 9de69c024c7c47f3f8733dbc7c9522966fcd73a9 (diff) | |
download | busybox-86031a5ffd106b8128f5763d32c273b96875f707.zip busybox-86031a5ffd106b8128f5763d32c273b96875f707.tar.gz |
trim extra newlines in help texts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'console-tools/loadkmap.c')
-rw-r--r-- | console-tools/loadkmap.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/console-tools/loadkmap.c b/console-tools/loadkmap.c index 66ec3b0..6dcf813 100644 --- a/console-tools/loadkmap.c +++ b/console-tools/loadkmap.c @@ -10,8 +10,9 @@ //usage:#define loadkmap_trivial_usage //usage: "< keymap" //usage:#define loadkmap_full_usage "\n\n" -//usage: "Load a binary keyboard translation table from stdin\n" -/* //usage: "\n -C TTY Affect TTY instead of /dev/tty" */ +//usage: "Load a binary keyboard translation table from stdin" +////usage: "\n" +////usage: "\n -C TTY Affect TTY instead of /dev/tty" //usage: //usage:#define loadkmap_example_usage //usage: "$ loadkmap < /etc/i18n/lang-keymap\n" |