summaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-19 08:18:50 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-19 08:18:50 +0000
commitae4342ca3e30f7b11732ecda3ad15821e81bc314 (patch)
tree1878104940eac4649bc8add4d0b2893ab1cb0a94 /include/usage.h
parentee56e013cfb6304f66129afee7978b0864699419 (diff)
downloadbusybox-w32-ae4342ca3e30f7b11732ecda3ad15821e81bc314.tar.gz
busybox-w32-ae4342ca3e30f7b11732ecda3ad15821e81bc314.tar.bz2
busybox-w32-ae4342ca3e30f7b11732ecda3ad15821e81bc314.zip
- Rename getpty() to xgetpty() and adjust callers.
- Rewrite kbd_mode and setconsole - Introduce and use console_make_active() and xopen_xwrite_close() - honour buffer-reservation method as set by the user (dumpkmap, loadkmap) - shrink rtcwake and some console-tools Saves about 270 Bytes
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index d5c53a255..cffe78220 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -875,7 +875,7 @@
875#define dumpkmap_trivial_usage \ 875#define dumpkmap_trivial_usage \
876 "> keymap" 876 "> keymap"
877#define dumpkmap_full_usage "\n\n" \ 877#define dumpkmap_full_usage "\n\n" \
878 "Print out a binary keyboard translation table to standard output" 878 "Print a binary keyboard translation table to standard output"
879#define dumpkmap_example_usage \ 879#define dumpkmap_example_usage \
880 "$ dumpkmap > keymap\n" 880 "$ dumpkmap > keymap\n"
881 881