diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-22 19:45:10 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-22 19:45:10 +0000 |
commit | b822811980a5f82726cb641cbeff66be9eb6d92a (patch) | |
tree | 27c4db3c62aaea065b053e43c39b2ba44c04a05f /appendixa/kbd-desc.xml | |
parent | 46f5461af92bc70c62bbb92895032b930954d835 (diff) |
XML changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/kbd-desc.xml')
-rw-r--r-- | appendixa/kbd-desc.xml | 104 |
1 files changed, 30 insertions, 74 deletions
diff --git a/appendixa/kbd-desc.xml b/appendixa/kbd-desc.xml index d1eb43576..5f95a8ad5 100644 --- a/appendixa/kbd-desc.xml +++ b/appendixa/kbd-desc.xml @@ -1,8 +1,7 @@ <sect2> <title>Contents</title> -<para> -The Kbd package contains the chvt, +<para>The Kbd package contains the chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, kbd_mode, kbdrate, loadkeys, loadunimap, mapscrn, psfxtable, @@ -11,8 +10,7 @@ setkeycodes, setleds, setmetamode, setvesablank, showfont, showkey, unicode_start, and unicode_stop programs. There are some other programs that don't get installed by default, as they are very optional. Take a look at the -Kbd package contents if you have trouble with your console. -</para> +Kbd package contents if you have trouble with your console.</para> </sect2> @@ -22,203 +20,161 @@ Kbd package contents if you have trouble with your console. <sect3> <title>chvt</title> -<para> -chvt changes foreground virtual terminal. -</para> +<para>chvt changes foreground virtual terminal.</para> </sect3> <sect3> <title>deallocvt</title> -<para> -deallocvt deallocates unused virtual terminals. -</para> +<para>deallocvt deallocates unused virtual terminals.</para> </sect3> <sect3> <title>dumpkeys</title> -<para> -dumpkeys dumps keyboard translation tables. -</para> +<para>dumpkeys dumps keyboard translation tables.</para> </sect3> <sect3> <title>fgconsole</title> -<para> -fgconsole prints the number of the active virtual terminal. -</para> +<para>fgconsole prints the number of the active virtual terminal.</para> </sect3> <sect3> <title>getkeycodes</title> -<para> -getkeycodes prints the kernel scancode-to-keycode mapping table. -</para> +<para>getkeycodes prints the kernel scancode-to-keycode mapping table.</para> </sect3> <sect3> <title>kbd_mode</title> -<para> -kbd_mode reports or sets the keyboard mode. -</para> +<para>kbd_mode reports or sets the keyboard mode.</para> </sect3> <sect3> <title>kbdrate</title> -<para> -kbdrate sets the keyboard repeat and delay rates. -</para> +<para>kbdrate sets the keyboard repeat and delay rates.</para> </sect3> <sect3> <title>loadkeys</title> -<para> -loadkeys loads keyboard translation tables. -</para> +<para>loadkeys loads keyboard translation tables.</para> </sect3> <sect3> <title>loadunimap</title> -<para> -loadunimap loads the kernel unicode-to-font mapping table. -</para> +<para>loadunimap loads the kernel unicode-to-font mapping table.</para> </sect3> <sect3> <title>mapscrn</title> -<para> -mapscrn loads a user defined output character +<para>mapscrn loads a user defined output character mapping table into the console driver. Note that it is obsolete and that its -features are built into setfont. -</para> +features are built into setfont.</para> </sect3> <sect3> <title>psfxtable</title> -<para> -psfxtable is a tool for handling Unicode character tables for console fonts. -</para> +<para>psfxtable is a tool for handling Unicode character tables for +console fonts.</para> </sect3> <sect3> <title>resizecons</title> -<para> -resizecons changes the kernel idea of the console size. -</para> +<para>resizecons changes the kernel idea of the console size.</para> </sect3> <sect3> <title>screendump</title> -<para> -A screen shot utility for the console. -</para> +<para>A screen shot utility for the console.</para> </sect3> <sect3> <title>setfont</title> -<para> -This lets you change the EGA/VGA fonts in console. -</para> +<para>This lets you change the EGA/VGA fonts in console.</para> </sect3> <sect3> <title>setkeycodes</title> -<para> -setkeycodes loads kernel scancode-to-keycode mapping table entries. -</para> +<para>setkeycodes loads kernel scancode-to-keycode mapping table entries.</para> </sect3> <sect3> <title>setleds</title> -<para> -setleds sets the keyboard LEDs. Many people find it useful to have numlock -enabled by default, and it is by using this program that you can achieve this. -</para> +<para>setleds sets the keyboard LEDs. Many people find it useful to have numlock +enabled by default, and it is by using this program that you can +achieve this.</para> </sect3> <sect3> <title>setmetamode</title> -<para> -setmetamode defines the keyboard meta key handling. -</para> +<para>setmetamode defines the keyboard meta key handling.</para> </sect3> <sect3> <title>setvesablank</title> -<para> -This lets you fiddle with the built-in hardware screensaver (not toasters, only -a blank screen). -</para> +<para>This lets you fiddle with the built-in hardware screensaver +(not toasters, only a blank screen).</para> </sect3> <sect3> <title>showfont</title> -<para> -showfont displays data about a font. The information shown includes font -information, font properties, character metrics, and character bitmaps. -</para> +<para>showfont displays data about a font. The information shown includes font +information, font properties, character metrics, and character bitmaps.</para> </sect3> <sect3> <title>showkey</title> -<para> -showkey examines the scancodes and keycodes sent by the keyboard. -</para> +<para>showkey examines the scancodes and keycodes sent by the keyboard.</para> </sect3> <sect3> <title>unicode_start</title> -<para> -unicode_start puts the console in Unicode mode. -</para> +<para>unicode_start puts the console in Unicode mode.</para> </sect3> <sect3> <title>unicode_stop</title> -<para> -unicode_stop reverts keyboard and console from unicode mode. -</para> +<para>unicode_stop reverts keyboard and console from unicode mode.</para> </sect3> |