Ver código fonte

Billy's kbd conversion.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2368 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Timothy Bauscher 22 anos atrás
pai
commit
5406b139fb

+ 2 - 0
appendixa/kbd-dep.xml

@@ -1,3 +1,5 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
 <sect2>
 <title>Kbd Installation Dependencies</title>
 

+ 4 - 11
appendixa/kbd-desc.xml

@@ -1,17 +1,10 @@
-<sect2><title>Contents of Kbd</title>
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
 
-<para>Last checked against version &kbd-contversion;.</para>
+<sect2><title>Descriptions</title>
 
-<sect3><title>Program Files</title>
-<para>chvt, deallocvt, dumpkeys, fgconsole, 
-getkeycodes, getunimap, kbd_mode, kbdrate, loadkeys, loadunimap,
-mapscrn, openvt, psfaddtable (link to psfxtable), psfgettable (link to
-psfxtable), psfstriptable (link to psfxtable), psfxtable, resizecons, 
-setfont, setkeycodes, setleds, setlogcons,
-setmetamode, setvesablank, showfont, showkey, unicode_start, and
-unicode_stop</para></sect3>
+<para>Last checked against version &kbd-contversion;.</para>
 
-<sect3><title>Descriptions</title>
+<sect3><title>Program file descriptions</title>
 
 <sect4><title>chvt</title>
 <para>chvt changes foreground virtual terminal.</para></sect4>

+ 19 - 0
appendixa/kbd-shortdesc.xml

@@ -0,0 +1,19 @@
+<sect2><title>Contents of Kbd</title>
+
+<para>Last checked against version &kbd-contversion;.</para>
+
+<para>Kbd contains keytable files and keyboard utilities.</para>
+
+<para>Kbd installs the following:</para>
+
+<sect3><title>Program Files</title>
+<para>chvt, deallocvt, dumpkeys, fgconsole, 
+getkeycodes, getunimap, kbd_mode, kbdrate, loadkeys, loadunimap,
+mapscrn, openvt, psfaddtable (link to psfxtable), psfgettable (link to
+psfxtable), psfstriptable (link to psfxtable), psfxtable, resizecons, 
+setfont, setkeycodes, setleds, setlogcons,
+setmetamode, setvesablank, showfont, showkey, unicode_start, and
+unicode_stop</para></sect3>
+
+</sect2>
+

+ 1 - 0
appendixa/kbd.xml

@@ -3,6 +3,7 @@
 <?dbhtml filename="kbd.html" dir="appendixa"?>
 
 &aa-kbd-down;
+&aa-kbd-shortdesc;
 &aa-kbd-desc;
 &aa-kbd-dep;
 

+ 0 - 9
chapter06/kbd-exp.xml

@@ -1,9 +0,0 @@
-<sect2>
-<title>Command explanations</title>
-
-<para><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch</userinput>:
-This patch changes a Makefile so some utilities that are not installed by
-default (setlogcons, setvesablank and getunimap) are installed.</para>
-
-</sect2>
-

+ 22 - 4
chapter06/kbd-inst.xml

@@ -1,3 +1,5 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
 <sect2>
 <title>Installation of Kbd</title>
 
@@ -9,11 +11,27 @@ utilities.</para>
 
 <para><screen><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch</userinput></screen></para>
 
-<para>Install Kbd by running the following commands:</para>
+<para>Prepare Kbd to be compiled:</para>
+
+<para><screen><userinput>
+./configure</userinput></screen></para>
+
+<para>Continue with compiling the package:</para>
+
+<para><screen><userinput>make</userinput></screen></para>
+
+<para>And finish off installing the package:</para>
+
+<para><screen><userinput>make install</userinput></screen></para>
+
+</sect2>
+
+<sect2>
+<title>Command explanations</title>
 
-<para><screen><userinput>./configure &amp;&amp;
-make &amp;&amp;
-make install</userinput></screen></para>
+<para><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch</userinput>:
+This patch changes a Makefile so some utilities that are not installed by
+default (setlogcons, setvesablank and getunimap) are installed.</para>
 
 </sect2>
 

+ 2 - 3
chapter06/kbd.xml

@@ -5,10 +5,9 @@
 <screen>Estimated build time:           &kbd-time;
 Estimated required disk space:  &kbd-compsize;</screen>
 
-&c6-kbd-inst;
-&c6-kbd-exp;
-&aa-kbd-desc;
+&aa-kbd-shortdesc;
 &aa-kbd-dep;
+&c6-kbd-inst;
 
 </sect1>
 

+ 1 - 1
entities/kbd.ent

@@ -3,9 +3,9 @@
 
 <!ENTITY c6-kbd SYSTEM "../chapter06/kbd.xml">
 <!ENTITY c6-kbd-inst SYSTEM "../chapter06/kbd-inst.xml">
-<!ENTITY c6-kbd-exp SYSTEM "../chapter06/kbd-exp.xml">
 
 <!ENTITY aa-kbd SYSTEM "../appendixa/kbd.xml">
+<!ENTITY aa-kbd-shortdesc SYSTEM "../appendixa/kbd-shortdesc.xml">
 <!ENTITY aa-kbd-desc SYSTEM "../appendixa/kbd-desc.xml">
 <!ENTITY aa-kbd-dep SYSTEM "../appendixa/kbd-dep.xml">
 <!ENTITY aa-kbd-down SYSTEM "../appendixa/kbd-down.xml">