Forráskód Böngészése

Added an explanation for the manpages patch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Simon Perreault 24 éve
szülő
commit
016a86b50b
3 módosított fájl, 16 hozzáadás és 2 törlés
  1. 12 0
      chapter06/manpages-exp.xml
  2. 1 0
      chapter06/manpages.xml
  3. 3 2
      index.xml

+ 12 - 0
chapter06/manpages-exp.xml

@@ -0,0 +1,12 @@
+<sect2>
+<title>Command explanations</title>
+
+<para>
+<userinput>patch -Np1 -i ../man-pages-1.35.patch</userinput>: We patch the
+man-pages package to include three important missing pages:
+<filename>ldd</filename>'s, <filename>ld.so</filename>'s, and
+<filename>ldconfig</filename>'s.
+</para>
+
+</sect2>
+

+ 1 - 0
chapter06/manpages.xml

@@ -2,6 +2,7 @@
 <title>Installing Man-pages</title>
 
 &c6-manpages-inst;
+&c6-manpages-exp;
 &aa-manpages-desc;
 
 </sect1>

+ 3 - 2
index.xml

@@ -4,8 +4,8 @@
 
 <!ENTITY book SYSTEM "intel/book/book.xml">
 
-<!ENTITY version "20010512">
-<!ENTITY releasedate "May 12th, 2001">
+<!ENTITY version "20010515">
+<!ENTITY releasedate "May 15th, 2001">
 <!ENTITY type "INTEL">
 
 <!ENTITY ftp-root "ftp://packages.linuxfromscratch.org">
@@ -292,6 +292,7 @@
 <!ENTITY c6-kbd-inst SYSTEM "intel/chapter6/kbd-inst.xml">
 <!ENTITY c6-kbd-exp SYSTEM "intel/chapter6/kbd-exp.xml">
 <!ENTITY c6-manpages SYSTEM "intel/chapter6/manpages.xml">
+<!ENTITY c6-manpages-exp SYSTEM "intel/chapter6/manpages-exp.xml">
 <!ENTITY c6-manpages-inst SYSTEM "intel/chapter6/manpages-inst.xml">
 <!ENTITY c6-removeoldnss SYSTEM "intel/chapter6/removeoldnss.xml">
 <!ENTITY c6-configure SYSTEM "intel/chapter6/configure.xml">