summaryrefslogtreecommitdiff
path: root/console-tools/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-14 19:37:08 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-14 19:37:08 +0000
commite5642119ee566520a098027746808dd6b9226d99 (patch)
treebcdb42552005d1498a48ffd634b1c216f01b8f13 /console-tools/Config.in
parent1eceb127bd189bf377b6f25dfce04d61e25d89d2 (diff)
downloadbusybox-w32-e5642119ee566520a098027746808dd6b9226d99.tar.gz
busybox-w32-e5642119ee566520a098027746808dd6b9226d99.tar.bz2
busybox-w32-e5642119ee566520a098027746808dd6b9226d99.zip
Patch from Thomas Cameron:
Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc.
Diffstat (limited to 'console-tools/Config.in')
-rw-r--r--console-tools/Config.in32
1 files changed, 16 insertions, 16 deletions
diff --git a/console-tools/Config.in b/console-tools/Config.in
index 7191db4bd..83694a824 100644
--- a/console-tools/Config.in
+++ b/console-tools/Config.in
@@ -9,66 +9,66 @@ config CONFIG_CHVT
9 bool "chvt" 9 bool "chvt"
10 default n 10 default n
11 help 11 help
12 This program is used to change to another terminal. 12 This program is used to change to another terminal.
13 Example: chvt 4 (change to terminal /dev/tty4) 13 Example: chvt 4 (change to terminal /dev/tty4)
14 14
15config CONFIG_CLEAR 15config CONFIG_CLEAR
16 bool "clear" 16 bool "clear"
17 default n 17 default n
18 help 18 help
19 This program clears the terminal screen. 19 This program clears the terminal screen.
20 20
21config CONFIG_DEALLOCVT 21config CONFIG_DEALLOCVT
22 bool "deallocvt" 22 bool "deallocvt"
23 default n 23 default n
24 help 24 help
25 This program deallocates unused virtual consoles. 25 This program deallocates unused virtual consoles.
26 26
27config CONFIG_DUMPKMAP 27config CONFIG_DUMPKMAP
28 bool "dumpkmap" 28 bool "dumpkmap"
29 default n 29 default n
30 help 30 help
31 This program dumps the kernel's keyboard translation table to 31 This program dumps the kernel's keyboard translation table to
32 stdout, in binary format. You can then use loadkmap to load it. 32 stdout, in binary format. You can then use loadkmap to load it.
33 33
34config CONFIG_LOADACM 34config CONFIG_LOADACM
35 bool "loadacm" 35 bool "loadacm"
36 default n 36 default n
37 help 37 help
38 This program loads an acm from standard input. 38 This program loads an acm from standard input.
39 39
40config CONFIG_LOADFONT 40config CONFIG_LOADFONT
41 bool "loadfont" 41 bool "loadfont"
42 default n 42 default n
43 help 43 help
44 This program loads a console font from standard input. 44 This program loads a console font from standard input.
45 45
46config CONFIG_LOADKMAP 46config CONFIG_LOADKMAP
47 bool "loadkmap" 47 bool "loadkmap"
48 default n 48 default n
49 help 49 help
50 This program loads a keyboard translation table from 50 This program loads a keyboard translation table from
51 standard input. 51 standard input.
52 52
53config CONFIG_OPENVT 53config CONFIG_OPENVT
54 bool "openvt" 54 bool "openvt"
55 default n 55 default n
56 help 56 help
57 This program is used to start a command on an unused 57 This program is used to start a command on an unused
58 virtual terminal. 58 virtual terminal.
59 59
60config CONFIG_RESET 60config CONFIG_RESET
61 bool "reset" 61 bool "reset"
62 default n 62 default n
63 help 63 help
64 This program is used to reset the terminal screen, if it 64 This program is used to reset the terminal screen, if it
65 gets messed up. 65 gets messed up.
66 66
67config CONFIG_SETKEYCODES 67config CONFIG_SETKEYCODES
68 bool "setkeycodes" 68 bool "setkeycodes"
69 default n 69 default n
70 help 70 help
71 This program loads entries into the kernel's scancode-to-keycode 71 This program loads entries into the kernel's scancode-to-keycode
72 map, allowing unusual keyboards to generate usable keycodes. 72 map, allowing unusual keyboards to generate usable keycodes.
73 73
74endmenu 74endmenu