diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-05-09 01:05:49 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-05-09 01:05:49 +0000 |
commit | b88080b5885e4cbef7c506801f5e9c9f0af00079 (patch) | |
tree | fcca247695e52602fbe7c4e2450cf934fa67a430 /chapter06 | |
parent | 85d35c80738ce9fae9fbda110e484621ca113670 (diff) |
removed the ldso section (and all references to it in the appendixes) and
replaced that by a patch to man-pages (and added references to it in all
appendixes)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@602 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/chapter06.xml | 1 | ||||
-rw-r--r-- | chapter06/ldso-inst.xml | 15 | ||||
-rw-r--r-- | chapter06/ldso.xml | 7 | ||||
-rw-r--r-- | chapter06/manpages-inst.xml | 2 |
4 files changed, 2 insertions, 23 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index cf197bd06..cd208ee5d 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -39,7 +39,6 @@ &c6-fileutils; &c6-grep; &c6-gzip; -&c6-ldso; &c6-lilo; &c6-make; &c6-modutils; diff --git a/chapter06/ldso-inst.xml b/chapter06/ldso-inst.xml deleted file mode 100644 index 011a87251..000000000 --- a/chapter06/ldso-inst.xml +++ /dev/null @@ -1,15 +0,0 @@ -<sect2> -<title>Installation of Ld.so</title> - -<para> -Install Ld.so by running the following commands: -</para> - -<blockquote><literallayout> - <userinput>cd man &&</userinput> - <userinput>cp ldd.1 /usr/share/man/man1 &&</userinput> - <userinput>cp *.8 /usr/share/man/man8</userinput> -</literallayout></blockquote> - -</sect2> - diff --git a/chapter06/ldso.xml b/chapter06/ldso.xml deleted file mode 100644 index 670f3bc2b..000000000 --- a/chapter06/ldso.xml +++ /dev/null @@ -1,7 +0,0 @@ -<sect1 id="ch06-ldso"> -<title>Installing Ld.so</title> - -&c6-ldso-inst; -&aa-ldso-desc; - -</sect1> diff --git a/chapter06/manpages-inst.xml b/chapter06/manpages-inst.xml index e7fade0d6..cf0fbd8bb 100644 --- a/chapter06/manpages-inst.xml +++ b/chapter06/manpages-inst.xml @@ -6,6 +6,8 @@ Install Man-pages by running the following command: </para> <blockquote><literallayout> + <userinput>patch -Np1 -i ../man-pages-&man-pages-version;.patch + &&</userinput> <userinput>make install</userinput> </literallayout></blockquote> |