aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/e2fsprogs-inst.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-08-31 10:50:05 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-08-31 10:50:05 +0000
commit087e584f625ded123c5e6bc17d5c2ff1f5a8009c (patch)
tree723740f025b199d937567f0b98aadd807705a4d8 /chapter06/e2fsprogs-inst.xml
parent73eac28cb38d307b6a7414fb8ddb5df77f30205d (diff)
Small retouches of the text. Wrapping 'last checked' in parentheses.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/e2fsprogs-inst.xml')
-rw-r--r--chapter06/e2fsprogs-inst.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/chapter06/e2fsprogs-inst.xml b/chapter06/e2fsprogs-inst.xml
index 557af685e..bf5e3a154 100644
--- a/chapter06/e2fsprogs-inst.xml
+++ b/chapter06/e2fsprogs-inst.xml
@@ -14,10 +14,9 @@ cd ../e2fsprogs-build</userinput></screen></para>
<para><screen><userinput>../e2fsprogs-&e2fsprogs-version;/configure --prefix=/usr --with-root-prefix="" \
&nbsp;&nbsp;&nbsp;&nbsp;--enable-elf-shlibs</userinput></screen></para>
-<para>The meaning of the configure options are:</para>
+<para>The meaning of the configure options:</para>
<itemizedlist>
-
<listitem><para><userinput>--with-root-prefix=""</userinput>: Certain
programs (such as the e2fsck program) are considered essential programs.
When, for example, <filename class="directory">/usr</filename> isn't
@@ -31,7 +30,6 @@ want.</para></listitem>
<listitem><para><userinput>--enable-elf-shlibs</userinput>: This creates
the shared libraries which some programs in this package make use
of.</para></listitem>
-
</itemizedlist>
<para>Compile the package:</para>