diff options
-rw-r--r-- | chapter06/manpages-exp.xml | 12 | ||||
-rw-r--r-- | chapter06/manpages.xml | 1 | ||||
-rw-r--r-- | index.xml | 5 |
3 files changed, 16 insertions, 2 deletions
diff --git a/chapter06/manpages-exp.xml b/chapter06/manpages-exp.xml new file mode 100644 index 000000000..626710aab --- /dev/null +++ b/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> + diff --git a/chapter06/manpages.xml b/chapter06/manpages.xml index 82063262c..0f1109855 100644 --- a/chapter06/manpages.xml +++ b/chapter06/manpages.xml @@ -2,6 +2,7 @@ <title>Installing Man-pages</title> &c6-manpages-inst; +&c6-manpages-exp; &aa-manpages-desc; </sect1> @@ -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"> |