aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-01-12 23:23:50 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-01-12 23:23:50 +0000
commit58882995289b0b69420b13297bf87c4b4d398192 (patch)
treeff191d33957a2df74a39f4d20c26fbf421e2ca3d /chapter05
parent12c8f83b75be00e9e884761ea688d5f8aa5b30d1 (diff)
Moving stuff from appendix A to chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3161 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/bash.xml6
-rw-r--r--chapter05/binutils-pass1.xml6
-rw-r--r--chapter05/binutils-pass2.xml7
-rw-r--r--chapter05/bzip2.xml6
-rw-r--r--chapter05/chapter05.xml15
-rw-r--r--chapter05/coreutils.xml8
-rw-r--r--chapter05/dejagnu.xml9
-rw-r--r--chapter05/diffutils.xml6
-rw-r--r--chapter05/expect.xml10
-rw-r--r--chapter05/findutils.xml6
-rw-r--r--chapter05/gawk.xml8
-rw-r--r--chapter05/gcc-pass1.xml8
-rw-r--r--chapter05/gcc-pass2.xml6
-rw-r--r--chapter05/gettext.xml6
-rw-r--r--chapter05/glibc.xml8
-rw-r--r--chapter05/grep.xml6
-rw-r--r--chapter05/gzip.xml6
-rw-r--r--chapter05/kernelheaders.xml3
-rw-r--r--chapter05/make.xml6
-rw-r--r--chapter05/ncurses.xml6
-rw-r--r--chapter05/patch.xml6
-rw-r--r--chapter05/perl.xml6
-rw-r--r--chapter05/sed.xml6
-rw-r--r--chapter05/tar.xml6
-rw-r--r--chapter05/tcl.xml9
-rw-r--r--chapter05/texinfo.xml6
-rw-r--r--chapter05/utillinux.xml6
27 files changed, 146 insertions, 41 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml
index 16824d4dd..5129f3088 100644
--- a/chapter05/bash.xml
+++ b/chapter05/bash.xml
@@ -5,7 +5,7 @@
<screen>Estimated build time: &bash-time-tools;
Estimated required disk space: &bash-compsize-tools;</screen>
-&aa-bash-shortdesc;
+&aa-bash-down;
&aa-bash-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -43,5 +43,9 @@ for a shell:</para>
</sect2>
+<sect2><title>&nbsp;</title><para>&nbsp;</para>
+<para>The details on this package are found in <xref linkend="contents-bash"/>.</para>
+<para>&nbsp;</para></sect2>
+
</sect1>
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml
index 2e2e46ba2..db33530f5 100644
--- a/chapter05/binutils-pass1.xml
+++ b/chapter05/binutils-pass1.xml
@@ -5,7 +5,7 @@
<screen>Estimated build time: &binutils-time-tools-pass1;
Estimated required disk space: &binutils-compsize-tools-pass1;</screen>
-&aa-binutils-shortdesc;
+&aa-binutils-down;
&aa-binutils-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -114,5 +114,9 @@ chapter.</para></warning>
</sect2>
+<sect2><title>&nbsp;</title><para>&nbsp;</para>
+<para>The details on this package are found in <xref linkend="contents-binutils"/>.</para>
+<para>&nbsp;</para></sect2>
+
</sect1>
diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml
index 60518355b..f52a7ac42 100644
--- a/chapter05/binutils-pass2.xml
+++ b/chapter05/binutils-pass2.xml
@@ -5,6 +5,9 @@
<screen>Estimated build time: &binutils-time-tools-pass2;
Estimated required disk space: &binutils-compsize-tools-pass2;</screen>
+&aa-binutils-down;
+&aa-binutils-dep;
+
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -74,5 +77,9 @@ now.</para></warning>
</sect2>
+<sect2><title>&nbsp;</title><para>&nbsp;</para>
+<para>The details on this package are found in <xref linkend="contents-binutils"/>.</para>
+<para>&nbsp;</para></sect2>
+
</sect1>
diff --git a/chapter05/bzip2.xml b/chapter05/bzip2.xml
index be20eae98..fb65ad101 100644
--- a/chapter05/bzip2.xml
+++ b/chapter05/bzip2.xml
@@ -5,7 +5,7 @@
<screen>Estimated build time: &bzip2-time-tools;
Estimated required disk space: &bzip2-compsize-tools;</screen>
-&aa-bzip2-shortdesc;
+&aa-bzip2-down;
&aa-bzip2-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -20,5 +20,9 @@ script. Compile and install it with a straightforward:</para>
</sect2>
+<sect2><title>&nbsp;</title><para>&nbsp;</para>
+<para>The details on this package are found in <xref linkend="contents-bzip2"/>.</para>
+<para>&nbsp;</para></sect2>
+
</sect1>
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml
index 5b7a35970..c79e3d9d5 100644
--- a/chapter05/chapter05.xml
+++ b/chapter05/chapter05.xml
@@ -22,17 +22,10 @@ to keep them separate from the files installed in the next chapter.
Since the packages compiled here are merely temporary, we don't want
them to pollute the soon-to-be LFS system.</para>
-<para>The key to learning what makes a Linux system work is to know
-what each package is used for and why the user or the system needs it.
-For this purpose a short summary of the content of each package is given
-before the actual installation instructions. For a short description of
-each program in a package, please refer to the corresponding section in
-<xref linkend="appendixa"/>.</para>
-
-<para>The build instructions assume that you are using the bash shell. There
-is also a general expectation that you have already unpacked the sources for a
-package and have performed a <userinput>cd</userinput> into the unpacked source
-directory before issuing the build commands.</para>
+<para>The build instructions assume that you are using the
+<userinput>bash</userinput> shell. It is also expected that you have already
+unpacked the sources and performed a <userinput>cd</userinput> into the source
+directory of a package before issuing its build commands.</para>
<para>Several of the packages are patched before compilation, but only when
the patch is needed to circumvent a problem. Often the patch is needed in
diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml
index f0a1eb7fb..4a494d7a8 100644
--- a/chapter05/coreutils.xml
+++ b/chapter05/coreutils.xml
@@ -5,7 +5,9 @@
<screen>Estimated build time: &coreutils-time-tools;
Estimated required disk space: &coreutils-compsize-tools;</screen>
-&aa-coreutils-shortdesc;
+<literallayout>Official download location for Coreutils (&coreutils-version;):
+<ulink url="ftp://ftp.gnu.org/gnu/coreutils/"/></literallayout>
+
&aa-coreutils-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -42,5 +44,9 @@ Linux.</para></listitem>
</sect2>
+<sect2><title>&nbsp;</title><para>&nbsp;</para>
+<para>The details on this package are found in <xref linkend="contents-coreutils"/>.</para>
+<para>&nbsp;</para></sect2>
+
</sect1>
diff --git a/chapter05/dejagnu.xml b/chapter05/dejagnu.xml
index dc37b94de..d4b3143cc 100644
--- a/chapter05/dejagnu.xml
+++ b/chapter05/dejagnu.xml
@@ -1,11 +1,13 @@
-<sect1 id="ch05-dejagnu">
+<sect1 id="ch05-dejagnu" xreflabel="DejaGnu">
<title>Installing DejaGnu-&dejagnu-version;</title>
<?dbhtml filename="dejagnu.html" dir="chapter05"?>
+<para>The DejaGnu package contains a framework for testing other programs.</para>
+
<screen>Estimated build time: &dejagnu-time-tools;
Estimated required disk space: &dejagnu-compsize-tools;</screen>
-&aa-dejagnu-shortdesc;
+&aa-dejagnu-down;
&aa-dejagnu-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -23,5 +25,8 @@ Estimated required disk space: &dejagnu-compsize-tools;</screen>
</sect2>
+&aa-dejagnu-shortdesc;
+&aa-dejagnu-desc;
+
</sect1>
diff --git a/chapter05/diffutils.xml b/chapter05/diffutils.xml
index 32ed45ce2..2316576e5 100644
--- a/chapter05/diffutils.xml
+++ b/chapter05/diffutils.xml
@@ -5,7 +5,7 @@
<screen>Estimated build time: &diffutils-time-tools;
Estimated required disk space: &diffutils-compsize-tools;</screen>
-&aa-diffutils-shortdesc;
+&aa-diffutils-down;
&aa-diffutils-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -27,5 +27,9 @@ Estimated required disk space: &diffutils-compsize-tools;</screen>
</sect2>
+<sect2><title>&nbsp;</title><para>&nbsp;</para>
+<para>The details on this package are found in <xref linkend="contents-diffutils"/>.</para>
+<para>&nbsp;</para></sect2>
+
</sect1>
diff --git a/chapter05/expect.xml b/chapter05/expect.xml
index f2505d1ae..64e6ad34e 100644
--- a/chapter05/expect.xml
+++ b/chapter05/expect.xml
@@ -1,11 +1,14 @@
-<sect1 id="ch05-expect">
+<sect1 id="ch05-expect" xreflabel="Expect">
<title>Installing Expect-&expect-version;</title>
<?dbhtml filename="expect.html" dir="chapter05"?>
+<para>The Expect package contains a program for doing scripted dialogues with
+other interactive programs.</para>
+
<screen>Estimated build time: &expect-time-tools;
Estimated required disk space: &expect-compsize-tools;</screen>
-&aa-expect-shortdesc;
+&aa-expect-down;
&aa-expect-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -65,5 +68,8 @@ the supplementary expect scripts which are not needed.</para></listitem>
</sect2>
+&aa-expect-shortdesc;
+&aa-expect-desc;
+
</sect1>
diff --git a/chapter05/findutils.xml b/chapter05/findutils.xml
index d682baa7d..c635e0b2e 100644
--- a/chapter05/findutils.xml
+++ b/chapter05/findutils.xml
@@ -5,7 +5,7 @@
<screen>Estimated build time: &findutils-time-tools;
Estimated required disk space: &findutils-compsize-tools;</screen>
-&aa-findutils-shortdesc;
+&aa-findutils-down;
&aa-findutils-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -33,5 +33,9 @@ following command will do so:</para>
</sect2>
+<sect2><title>&nbsp;</title><para>&nbsp;</para>
+<para>The details on this package are found in <xref linkend="contents-findutils"/>.</para>
+<para>&nbsp;</para></sect2>
+
</sect1>
diff --git a/chapter05/gawk.xml b/chapter05/gawk.xml
index 48c9cb61f..f5f7f6560 100644
--- a/chapter05/gawk.xml
+++ b/chapter05/gawk.xml
@@ -5,7 +5,9 @@
<screen>Estimated build time: &gawk-time-tools;
Estimated required disk space: &gawk-compsize-tools;</screen>
-&aa-gawk-shortdesc;
+<literallayout>Official download location for Gawk (&gawk-version;):
+<ulink url="ftp://ftp.gnu.org/pub/gnu/gawk/"/></literallayout>
+
&aa-gawk-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -33,5 +35,9 @@ following command will do so:</para>
</sect2>
+<sect2><title>&nbsp;</title><para>&nbsp;</para>
+<para>The details on this package are found in <xref linkend="contents-gawk"/>.</para>
+<para>&nbsp;</para></sect2>
+
</sect1>
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index 226b67333..6a83e9089 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -5,7 +5,9 @@
<screen>Estimated build time: &gcc-time-tools-pass1;
Estimated required disk space: &gcc-compsize-tools-pass1;</screen>
-&aa-gcc-shortdesc;
+<literallayout>Official download location for GCC (&gcc-version;):
+<ulink url="ftp://ftp.gnu.org/pub/gnu/gcc/"/></literallayout>
+
&aa-gcc-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -97,5 +99,9 @@ C compiler to install, as long as there's a symlink pointing to it:</para>
</sect2>
+<sect2><title>&nbsp;</title><para>&nbsp;</para>
+<para>The details on this package are found in <xref linkend="contents-gcc"/>.</para>
+<para>&nbsp;</para></sect2>
+
</sect1>
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml
index 435fc8176..b00a99878 100644
--- a/chapter05/gcc-pass2.xml
+++ b/chapter05/gcc-pass2.xml
@@ -5,6 +5,8 @@
<screen>Estimated build time: &gcc-time-tools-pass2;
Estimated required disk space: &gcc-compsize-tools-pass2;</screen>
+&aa-gcc-down;
+&aa-gcc-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -170,5 +172,9 @@ patch.</para></note>
</sect2>
+<sect2><title>&nbsp;</title><para>&nbsp;</para>
+<para>The details on this package are found in <xref linkend="contents-gcc"/>.</para>
+<para>&nbsp;</para></sect2>
+
</sect1>
diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml
index c59fe1175..4f3706587 100644
--- a/chapter05/gettext.xml
+++ b/chapter05/gettext.xml
@@ -5,7 +5,7 @@
<screen>Estimated build time: &gettext-time-tools;
Estimated required disk space: &gettext-compsize-tools;</screen>
-&aa-gettext-shortdesc;
+&aa-gettext-down;
&aa-gettext-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -38,5 +38,9 @@ command will do so:</para>
</sect2>
+<sect2><title>&nbsp;</title><para>&nbsp;</para>
+<para>The details on this package are found in <xref linkend="contents-gettext"/>.</para>
+<para>&nbsp;</para></sect2>
+
</sect1>
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index a1dcf31d5..ab61b8c9b 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -5,13 +5,13 @@
<screen>Estimated build time: &glibc-time-tools;
Estimated required disk space: &glibc-compsize-tools;</screen>
-&aa-glibc-shortdesc;
+&aa-glibc-down;
&aa-glibc-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
-<title>Glibc installation</title>
+<title>Installation of Glibc</title>
<para>Before starting to install Glibc, you must <userinput>cd</userinput>
into the <filename>glibc-&glibc-version;</filename> directory and unpack
@@ -177,5 +177,9 @@ localedef -i ja_JP -f EUC-JP ja_JP</userinput></screen>
</sect2>
+<sect2><title>&nbsp;</title><para>&nbsp;</para>
+<para>The details on this package are found in <xref linkend="contents-glibc"/>.</para>
+<para>&nbsp;</para></sect2>
+
</sect1>
diff --git a/chapter05/grep.xml b/chapter05/grep.xml
index d1363296c..b06a4e265 100644
--- a/chapter05/grep.xml
+++ b/chapter05/grep.xml
@@ -5,7 +5,7 @@
<screen>Estimated build time: &grep-time-tools;
Estimated required disk space: &grep-compsize-tools;</screen>
-&aa-grep-shortdesc;
+&aa-grep-down;
&aa-grep-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -46,5 +46,9 @@ following command will do so:</para>
</sect2>
+<sect2><title>&nbsp;</title><para>&nbsp;</para>
+<para>The details on this package are found in <xref linkend="contents-grep"/>.</para>
+<para>&nbsp;</para></sect2>
+
</sect1>
diff --git a/chapter05/gzip.xml b/chapter05/gzip.xml
index 149208f6d..746be866e 100644
--- a/chapter05/gzip.xml
+++ b/chapter05/gzip.xml
@@ -5,7 +5,7 @@
<screen>Estimated build time: &gzip-time-tools;
Estimated required disk space: &gzip-compsize-tools;</screen>
-&aa-gzip-shortdesc;
+&aa-gzip-down;
&aa-gzip-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -27,5 +27,9 @@ Estimated required disk space: &gzip-compsize-tools;</screen>
</sect2>
+<sect2><title>&nbsp;</title><para>&nbsp;</para>
+<para>The details on this package are found in <xref linkend="contents-gzip"/>.</para>
+<para>&nbsp;</para></sect2>
+
</sect1>
diff --git a/chapter05/kernelheaders.xml b/chapter05/kernelheaders.xml
index a5f3e3a0b..8d4d2b40e 100644
--- a/chapter05/kernelheaders.xml
+++ b/chapter05/kernelheaders.xml
@@ -5,9 +5,6 @@
<screen>Estimated build time: &kernel-time-headers;
Estimated required disk space: &kernel-compsize-headers;</screen>
-&aa-kernel-shortdesc;
-&aa-kernel-dep;
-
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
diff --git a/chapter05/make.xml b/chapter05/make.xml
index aca705f83..b6ae78fed 100644
--- a/chapter05/make.xml
+++ b/chapter05/make.xml
@@ -5,7 +5,7 @@
<screen>Estimated build time: &make-time-tools;
Estimated required disk space: &make-compsize-tools;</screen>
-&aa-make-shortdesc;
+&aa-make-down;
&aa-make-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -33,5 +33,9 @@ following command will do so:</para>
</sect2>
+<sect2><title>&nbsp;</title><para>&nbsp;</para>
+<para>The details on this package are found in <xref linkend="contents-make"/>.</para>
+<para>&nbsp;</para></sect2>
+
</sect1>
diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml
index 4c4608cc3..8fdbf856b 100644
--- a/chapter05/ncurses.xml
+++ b/chapter05/ncurses.xml
@@ -5,7 +5,7 @@
<screen>Estimated build time: &ncurses-time-tools;
Estimated required disk space: &ncurses-compsize-tools;</screen>
-&aa-ncurses-shortdesc;
+&aa-ncurses-down;
&aa-ncurses-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -47,5 +47,9 @@ ensure that other packages can find the Ncurses headers successfully.</para>
</sect2>
+<sect2><title>&nbsp;</title><para>&nbsp;</para>
+<para>The details on this package are found in <xref linkend="contents-ncurses"/>.</para>
+<para>&nbsp;</para></sect2>
+
</sect1>
diff --git a/chapter05/patch.xml b/chapter05/patch.xml
index 7c8b17b81..f80e0aedd 100644
--- a/chapter05/patch.xml
+++ b/chapter05/patch.xml
@@ -5,7 +5,7 @@
<screen>Estimated build time: &patch-time-tools;
Estimated required disk space: &patch-compsize-tools;</screen>
-&aa-patch-shortdesc;
+&aa-patch-down;
&aa-patch-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -30,5 +30,9 @@ on the PowerPC platform. On other architectures you can leave it out.</para>
</sect2>
+<sect2><title>&nbsp;</title><para>&nbsp;</para>
+<para>The details on this package are found in <xref linkend="contents-patch"/>.</para>
+<para>&nbsp;</para></sect2>
+
</sect1>
diff --git a/chapter05/perl.xml b/chapter05/perl.xml
index be1597e30..81f619c21 100644
--- a/chapter05/perl.xml
+++ b/chapter05/perl.xml
@@ -5,7 +5,7 @@
<screen>Estimated build time: &perl-time-tools;
Estimated required disk space: &perl-compsize-tools;</screen>
-&aa-perl-shortdesc;
+&aa-perl-down;
&aa-perl-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -41,5 +41,9 @@ cp -R lib/* /tools/lib/perl5/&perl-version;</userinput></screen>
</sect2>
+<sect2><title>&nbsp;</title><para>&nbsp;</para>
+<para>The details on this package are found in <xref linkend="contents-perl"/>.</para>
+<para>&nbsp;</para></sect2>
+
</sect1>
diff --git a/chapter05/sed.xml b/chapter05/sed.xml
index 2bf608284..791f3b713 100644
--- a/chapter05/sed.xml
+++ b/chapter05/sed.xml
@@ -5,7 +5,7 @@
<screen>Estimated build time: &sed-time-tools;
Estimated required disk space: &sed-compsize-tools;</screen>
-&aa-sed-shortdesc;
+&aa-sed-down;
&aa-sed-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -33,5 +33,9 @@ following command will do so:</para>
</sect2>
+<sect2><title>&nbsp;</title><para>&nbsp;</para>
+<para>The details on this package are found in <xref linkend="contents-sed"/>.</para>
+<para>&nbsp;</para></sect2>
+
</sect1>
diff --git a/chapter05/tar.xml b/chapter05/tar.xml
index 5274b6905..40bed66ef 100644
--- a/chapter05/tar.xml
+++ b/chapter05/tar.xml
@@ -5,7 +5,7 @@
<screen>Estimated build time: &tar-time-tools;
Estimated required disk space: &tar-compsize-tools;</screen>
-&aa-tar-shortdesc;
+&aa-tar-down;
&aa-tar-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -33,5 +33,9 @@ following command will do so:</para>
</sect2>
+<sect2><title>&nbsp;</title><para>&nbsp;</para>
+<para>The details on this package are found in <xref linkend="contents-tar"/>.</para>
+<para>&nbsp;</para></sect2>
+
</sect1>
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml
index 364be9ce9..fd2aca6ae 100644
--- a/chapter05/tcl.xml
+++ b/chapter05/tcl.xml
@@ -1,11 +1,13 @@
-<sect1 id="ch05-tcl">
+<sect1 id="ch05-tcl" xreflabel="Tcl">
<title>Installing Tcl-&tcl-version;</title>
<?dbhtml filename="tcl.html" dir="chapter05"?>
+<para>The Tcl package contains the Tool Command Language.</para>
+
<screen>Estimated build time: &tcl-time-tools;
Estimated required disk space: &tcl-compsize-tools;</screen>
-&aa-tcl-shortdesc;
+&aa-tcl-down;
&aa-tcl-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -65,5 +67,8 @@ will need its internal headers.</para></important>
</sect2>
+&aa-tcl-shortdesc;
+&aa-tcl-desc;
+
</sect1>
diff --git a/chapter05/texinfo.xml b/chapter05/texinfo.xml
index 440e32e2a..c8a697e24 100644
--- a/chapter05/texinfo.xml
+++ b/chapter05/texinfo.xml
@@ -5,7 +5,7 @@
<screen>Estimated build time: &texinfo-time-tools;
Estimated required disk space: &texinfo-compsize-tools;</screen>
-&aa-texinfo-shortdesc;
+&aa-texinfo-down;
&aa-texinfo-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -33,5 +33,9 @@ following command will do so:</para>
</sect2>
+<sect2><title>&nbsp;</title><para>&nbsp;</para>
+<para>The details on this package are found in <xref linkend="contents-texinfo"/>.</para>
+<para>&nbsp;</para></sect2>
+
</sect1>
diff --git a/chapter05/utillinux.xml b/chapter05/utillinux.xml
index de42ac891..babbdcd2e 100644
--- a/chapter05/utillinux.xml
+++ b/chapter05/utillinux.xml
@@ -5,7 +5,7 @@
<screen>Estimated build time: &util-linux-time-tools;
Estimated required disk space: &util-linux-compsize-tools;</screen>
-&aa-utillinux-shortdesc;
+&aa-utillinux-down;
&aa-utillinux-dep;
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
@@ -40,5 +40,9 @@ make -C sys-utils arch</userinput></screen>
</sect2>
+<sect2><title>&nbsp;</title><para>&nbsp;</para>
+<para>The details on this package are found in <xref linkend="contents-utillinux"/>.</para>
+<para>&nbsp;</para></sect2>
+
</sect1>