diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-05-15 15:38:43 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-05-15 15:38:43 +0000 |
commit | 016a86b50b2ddeb566724dcdf8181f6ab08462cf (patch) | |
tree | db3e9218c19a1e9ce95aabe3fe0ae0da0d7f292b /chapter06 | |
parent | 9e4e34c05027fbcda217a3744ebe91a541ee093a (diff) |
Added an explanation for the manpages patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/manpages-exp.xml | 12 | ||||
-rw-r--r-- | chapter06/manpages.xml | 1 |
2 files changed, 13 insertions, 0 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> |