aboutsummaryrefslogtreecommitdiff
path: root/console-tools
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-03 10:00:15 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-03 10:00:15 +0000
commite5920a2dc05c4bec0ce4669f4eb39119436be691 (patch)
tree6742abc0254d3e3996923027756800528eef16c2 /console-tools
parenta5c488449e9738f2610f5f1f4331b382782ed4b3 (diff)
downloadbusybox-w32-e5920a2dc05c4bec0ce4669f4eb39119436be691.tar.gz
busybox-w32-e5920a2dc05c4bec0ce4669f4eb39119436be691.tar.bz2
busybox-w32-e5920a2dc05c4bec0ce4669f4eb39119436be691.zip
Patch from Kent Robotti adding a bunch of menuconfig help
Diffstat (limited to 'console-tools')
-rw-r--r--console-tools/Config.in26
1 files changed, 16 insertions, 10 deletions
diff --git a/console-tools/Config.in b/console-tools/Config.in
index f10bf7578..7191db4bd 100644
--- a/console-tools/Config.in
+++ b/console-tools/Config.in
@@ -9,60 +9,66 @@ config CONFIG_CHVT
9 bool "chvt" 9 bool "chvt"
10 default n 10 default n
11 help 11 help
12 Please submit a patch to add help text for this item. 12 This program is used to change to another terminal.
13 Example: chvt 4 (change to terminal /dev/tty4)
13 14
14config CONFIG_CLEAR 15config CONFIG_CLEAR
15 bool "clear" 16 bool "clear"
16 default n 17 default n
17 help 18 help
18 Please submit a patch to add help text for this item. 19 This program clears the terminal screen.
19 20
20config CONFIG_DEALLOCVT 21config CONFIG_DEALLOCVT
21 bool "deallocvt" 22 bool "deallocvt"
22 default n 23 default n
23 help 24 help
24 Please submit a patch to add help text for this item. 25 This program deallocates unused virtual consoles.
25 26
26config CONFIG_DUMPKMAP 27config CONFIG_DUMPKMAP
27 bool "dumpkmap" 28 bool "dumpkmap"
28 default n 29 default n
29 help 30 help
30 Please submit a patch to add help text for this item. 31 This program dumps the kernel's keyboard translation table to
32 stdout, in binary format. You can then use loadkmap to load it.
31 33
32config CONFIG_LOADACM 34config CONFIG_LOADACM
33 bool "loadacm" 35 bool "loadacm"
34 default n 36 default n
35 help 37 help
36 Please submit a patch to add help text for this item. 38 This program loads an acm from standard input.
37 39
38config CONFIG_LOADFONT 40config CONFIG_LOADFONT
39 bool "loadfont" 41 bool "loadfont"
40 default n 42 default n
41 help 43 help
42 Please submit a patch to add help text for this item. 44 This program loads a console font from standard input.
43 45
44config CONFIG_LOADKMAP 46config CONFIG_LOADKMAP
45 bool "loadkmap" 47 bool "loadkmap"
46 default n 48 default n
47 help 49 help
48 Please submit a patch to add help text for this item. 50 This program loads a keyboard translation table from
51 standard input.
49 52
50config CONFIG_OPENVT 53config CONFIG_OPENVT
51 bool "openvt" 54 bool "openvt"
52 default n 55 default n
53 help 56 help
54 Please submit a patch to add help text for this item. 57 This program is used to start a command on an unused
58 virtual terminal.
55 59
56config CONFIG_RESET 60config CONFIG_RESET
57 bool "reset" 61 bool "reset"
58 default n 62 default n
59 help 63 help
60 Please submit a patch to add help text for this item. 64 This program is used to reset the terminal screen, if it
65 gets messed up.
61 66
62config CONFIG_SETKEYCODES 67config CONFIG_SETKEYCODES
63 bool "setkeycodes" 68 bool "setkeycodes"
64 default n 69 default n
65 help 70 help
66 Please submit a patch to add help text for this item. 71 This program loads entries into the kernel's scancode-to-keycode
72 map, allowing unusual keyboards to generate usable keycodes.
67 73
68endmenu 74endmenu