aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/e2fsprogs.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2018-06-14 15:30:47 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2018-06-14 15:30:47 +0000
commit540dde151e056c25550febe848d406128d9bb9d6 (patch)
treeb4177c92f780182e99ca8373232b7c3e4efca976 /chapter06/e2fsprogs.xml
parentb30de8f95ef665c68ec93a1797c513eea4220ec9 (diff)
Typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11419 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/e2fsprogs.xml')
-rw-r--r--chapter06/e2fsprogs.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml
index 36f5d0bc9..f95317273 100644
--- a/chapter06/e2fsprogs.xml
+++ b/chapter06/e2fsprogs.xml
@@ -43,11 +43,7 @@
<sect2 role="installation">
<title>Installation of E2fsprogs</title>
-<!--
- <para>First, fix a script that adjusts testing output:</para>
-<screen><userinput remap="pre">sed -i -e 's:\[\.-\]::' tests/filter.sed</userinput></screen>
--->
<para>The E2fsprogs documentation recommends that the package be built in
a subdirectory of the source tree: </para>
@@ -151,7 +147,7 @@ make LD_LIBRARY_PATH=/tools/lib check</userinput></screen>
<filename class="extension">.info</filename> file but doesn't update the
system-wide <filename>dir</filename> file. Unzip this file and then update
the system <filename>dir</filename> file using the following
- commands.</para>
+ commands:</para>
<screen><userinput remap="install">gunzip -v /usr/share/info/libext2fs.info.gz
install-info --dir-file=/usr/share/info/dir /usr/share/info/libext2fs.info</userinput></screen>