aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/e2fsprogs.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2013-02-11 20:09:22 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2013-02-11 20:09:22 +0000
commit2ca8941c1fd5739874e4c29bd5ad176b21587a3d (patch)
tree1b004a17a2583b2df6608c2e47870b73f102b5ee /chapter06/e2fsprogs.xml
parentc0220ed5ba7ba1e225c98fa61ada101103548bf3 (diff)
Remove trailing whitespace from all files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/e2fsprogs.xml')
-rw-r--r--chapter06/e2fsprogs.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml
index 59a98e83b..b9c4ec8b1 100644
--- a/chapter06/e2fsprogs.xml
+++ b/chapter06/e2fsprogs.xml
@@ -25,7 +25,7 @@
<para>The E2fsprogs package contains the utilities for handling the
<systemitem class="filesystem">ext2</systemitem> file system. It also
- supports the <systemitem class="filesystem">ext3</systemitem> and
+ supports the <systemitem class="filesystem">ext3</systemitem> and
<systemitem class="filesystem">ext4</systemitem> journaling
file systems.</para>
@@ -129,7 +129,7 @@ cd build</userinput></screen>
<screen><userinput remap="install">make install-libs</userinput></screen>
- <para>Make the installed static libraries writable so debugging symbols can
+ <para>Make the installed static libraries writable so debugging symbols can
be removed later:</para>
<screen><userinput remap="install">chmod -v u+w /usr/lib/{libcom_err,libe2p,libext2fs,libss}.a</userinput></screen>
@@ -296,8 +296,8 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin
<varlistentry id="e2undo">
<term><command>e2undo</command></term>
<listitem>
- <para>Replays the undo log undo_log for an ext2/ext3/ext4 filesystem
- found on a device. This can be used to undo a failed operation by an
+ <para>Replays the undo log undo_log for an ext2/ext3/ext4 filesystem
+ found on a device. This can be used to undo a failed operation by an
e2fsprogs program.</para>
<indexterm zone="ch-system-e2fsprogs e2undo">
<primary sortas="b-e2undo">e2undo</primary>
@@ -362,7 +362,7 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin
<term><command>fsck.ext4dev</command></term>
<listitem>
<para>By default checks <systemitem class="filesystem">ext4</systemitem>
- development file systems. This is a hard link to
+ development file systems. This is a hard link to
<command>e2fsck</command>.</para>
<indexterm zone="ch-system-e2fsprogs fsck.ext4dev">
<primary sortas="b-fsck.ext4dev">fsck.ext4dev</primary>