diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-04 18:36:51 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-04 18:36:51 +0000 |
commit | 6cb57bc80c7fcd53e237042d1ddadf3681bade05 (patch) | |
tree | d12de8f41fe4622378dd3dbd17bf633f0dc57ed7 /chapter06 | |
parent | 7d45ab12e315b598ab6fd697c4f33851d44a2284 (diff) |
Bug 45: man-pages-1.39 update
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/manpages-exp.xml | 5 | ||||
-rw-r--r-- | chapter06/manpages-inst.xml | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/chapter06/manpages-exp.xml b/chapter06/manpages-exp.xml index af5ff0c75..0f58fd37d 100644 --- a/chapter06/manpages-exp.xml +++ b/chapter06/manpages-exp.xml @@ -2,8 +2,9 @@ <title>Command explanations</title> <para><userinput>patch -Np1 -i ../man-pages-&man-pages-version;.patch</userinput>: -We patch the man-pages package to include two important missing pages: -<filename>ldd</filename>'s, and <filename>ld.so</filename>'s.</para> +We patch the man-pages package to include two important missing pages, +that for <filename>ldd</filename>, and that for +<filename>ld.so</filename></para> </sect2> diff --git a/chapter06/manpages-inst.xml b/chapter06/manpages-inst.xml index 13781a047..cb9ae2b2d 100644 --- a/chapter06/manpages-inst.xml +++ b/chapter06/manpages-inst.xml @@ -1,7 +1,8 @@ <sect2> <title>Installation of Man-pages</title> -<para>Install Man-pages by running the following command:</para> +<para>Before man-pages is installed, the patch file has to be unpacked. +Install Man-pages by running the following commands:</para> <para><screen><userinput>patch -Np1 -i ../man-pages-&man-pages-version;.patch &&</userinput> <userinput>make install</userinput></screen></para> |