Added an explanation for the manpages patch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Simon Perreault 2001-05-15 15:38:43 +00:00
parent 9e4e34c050
commit 016a86b50b
3 changed files with 16 additions and 2 deletions

View File

@ -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>

View File

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

View File

@ -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">