mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
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:
parent
9e4e34c050
commit
016a86b50b
12
chapter06/manpages-exp.xml
Normal file
12
chapter06/manpages-exp.xml
Normal 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>
|
||||||
|
|
@ -2,6 +2,7 @@
|
|||||||
<title>Installing Man-pages</title>
|
<title>Installing Man-pages</title>
|
||||||
|
|
||||||
&c6-manpages-inst;
|
&c6-manpages-inst;
|
||||||
|
&c6-manpages-exp;
|
||||||
&aa-manpages-desc;
|
&aa-manpages-desc;
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
<!ENTITY book SYSTEM "intel/book/book.xml">
|
<!ENTITY book SYSTEM "intel/book/book.xml">
|
||||||
|
|
||||||
<!ENTITY version "20010512">
|
<!ENTITY version "20010515">
|
||||||
<!ENTITY releasedate "May 12th, 2001">
|
<!ENTITY releasedate "May 15th, 2001">
|
||||||
<!ENTITY type "INTEL">
|
<!ENTITY type "INTEL">
|
||||||
|
|
||||||
<!ENTITY ftp-root "ftp://packages.linuxfromscratch.org">
|
<!ENTITY ftp-root "ftp://packages.linuxfromscratch.org">
|
||||||
@ -292,6 +292,7 @@
|
|||||||
<!ENTITY c6-kbd-inst SYSTEM "intel/chapter6/kbd-inst.xml">
|
<!ENTITY c6-kbd-inst SYSTEM "intel/chapter6/kbd-inst.xml">
|
||||||
<!ENTITY c6-kbd-exp SYSTEM "intel/chapter6/kbd-exp.xml">
|
<!ENTITY c6-kbd-exp SYSTEM "intel/chapter6/kbd-exp.xml">
|
||||||
<!ENTITY c6-manpages SYSTEM "intel/chapter6/manpages.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-manpages-inst SYSTEM "intel/chapter6/manpages-inst.xml">
|
||||||
<!ENTITY c6-removeoldnss SYSTEM "intel/chapter6/removeoldnss.xml">
|
<!ENTITY c6-removeoldnss SYSTEM "intel/chapter6/removeoldnss.xml">
|
||||||
<!ENTITY c6-configure SYSTEM "intel/chapter6/configure.xml">
|
<!ENTITY c6-configure SYSTEM "intel/chapter6/configure.xml">
|
||||||
|
Loading…
Reference in New Issue
Block a user