diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-03 10:00:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-03 10:00:15 +0000 |
commit | e5920a2dc05c4bec0ce4669f4eb39119436be691 (patch) | |
tree | 6742abc0254d3e3996923027756800528eef16c2 /console-tools | |
parent | a5c488449e9738f2610f5f1f4331b382782ed4b3 (diff) | |
download | busybox-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.in | 26 |
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 | ||
14 | config CONFIG_CLEAR | 15 | config 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 | ||
20 | config CONFIG_DEALLOCVT | 21 | config 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 | ||
26 | config CONFIG_DUMPKMAP | 27 | config 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 | ||
32 | config CONFIG_LOADACM | 34 | config 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 | ||
38 | config CONFIG_LOADFONT | 40 | config 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 | ||
44 | config CONFIG_LOADKMAP | 46 | config 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 | ||
50 | config CONFIG_OPENVT | 53 | config 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 | ||
56 | config CONFIG_RESET | 60 | config 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 | ||
62 | config CONFIG_SETKEYCODES | 67 | config 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 | ||
68 | endmenu | 74 | endmenu |