aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/manpages-exp.xml5
-rw-r--r--chapter06/manpages-inst.xml3
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 &amp;&amp;</userinput>
<userinput>make install</userinput></screen></para>